navi/tests/cheats/ssh.cheat

7 lines
145 B
Text
Raw Normal View History

2020-03-14 08:09:09 +00:00
% ssh
# login to a server with a key and port
ssh -i <sshkey> -p <port> <user>@<server>
$ user : echo -e "$(whoami)\nroot" --- --prevent-extra