ZeroScroll
>
ssh
Command
ssh
2 useful snippets found.
SSH connection with specific port
→
ssh -p [port] [user]@[host]
SSH connection using a specific private key
→
ssh -i [key_file] [user]@[host]