mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 20:48: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
|