Create user accounts and connect via ssh - xthouxand/itc-136 GitHub Wiki
To add a user or a group add them via ldap or active directory --
Press the enter key after each step:
1.) Sudo su
2.) Type cd /etc/ssh
3.) Type ls –l
4.) Type apt-get install open ssh-server and press enter and then files will load, type y to continue
5.) Type ls –l
6.) Type cp sshd_config sshd_config.orig (to copy)
7.) Type vim sshd_config (if you have not installed vim type apt-get install vim)
8.) get to line # 52 and press x, enter, and then press esc and type :wq
9.) systemctl restart sshd
10.) clear
11.) ifconfig (eth0, shows Ethernet connection) my ip address is: 172.31.83.153
12.) man useradd
13.) adduser chef
Open putty and enter your ipaddress and a black box will open. Enter the user name and password. Press enter. You will see black screen say welcome to Ubuntu.