...
Code Block | ||
---|---|---|
| ||
$ ssh -o ServerAliveInterval=30 -i ./we-test-key2.pem sshuser@3.81.64.139 Last login: Tue May 21 05:34:33 2019 from myhost.example.com [sshuser@ip-172-31-38-252 ~]$ pwd /home/charonsshuser |
Note that this account allows root access to a limited subset of commands (use sudo -i
). In particular, commands that are required to create more complex network configurations are allowed.
...