1
1
Fork 0

updated prep_ubuntu script

This commit is contained in:
David 2012-07-29 15:33:51 +02:00
parent c2961eb05b
commit d98e6f1b09
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,7 @@ motdconfig()
echo ""
read -p "now its time to create/customize your /etc/motd.tail
(go to http://www.network-science.de/ascii/)"
vi /etc/motd.tail
vim /etc/motd.tail
}
@ -67,6 +67,9 @@ sshdconfig()
addgroup $sshgroup
adduser $user $sshgroup
read -p "add needed users to sshgroup $sshgroup in /etc/group"
vim /etc/group
}