mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
4b5658a5b7
Fixes #307
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
|