mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 18:26:28 +00:00
6 lines
145 B
Text
6 lines
145 B
Text
% ssh
|
|
|
|
# login to a server with a key and port
|
|
ssh -i <sshkey> -p <port> <user>@<server>
|
|
|
|
$ user : echo -e "$(whoami)\nroot" --- --prevent-extra
|