Created
June 18, 2018 03:24
-
-
Save a3linux/caf3e597eddb2d08fbddec96bbd6f13d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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