계정 생성
$ sudo useradd -s /bin/bash -d /home/<User> -m -G sudo <User> $ sudo passwd User
접속
$ ssh -p <Allocated Port> <User>@<Server IP>