mirror of
https://github.com/denisidoro/navi
synced 2024-11-15 00:07:21 +00:00
6 lines
143 B
Text
6 lines
143 B
Text
% ssh
|
|
|
|
# login to a server with a key and port
|
|
ssh -i <sshkey> -p <port> <user>@<server>
|
|
|
|
$ user : echo -e "$(whoami)\nroot" --- --allow-extra
|