Skip to content

Instantly share code, notes, and snippets.

@a3linux
Created June 18, 2018 03:24
Show Gist options
  • Select an option

  • Save a3linux/caf3e597eddb2d08fbddec96bbd6f13d to your computer and use it in GitHub Desktop.

Select an option

Save a3linux/caf3e597eddb2d08fbddec96bbd6f13d to your computer and use it in GitHub Desktop.
ssh -i id_file
ssh -p port
when port is not standard 22
scp -P port
-P for port is not standard 22
sftp -oIdentityFile=id_rsa
to feed the identity file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment