Guest User

Untitled

a guest
Sep 26th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Protocal: SFTP port 22
  2. Server: <ip>
  3. username: ubuntu
  4. password: <blank>
  5. Root URL: http://<ip>/sub
  6.  
  7. Host <ip>
  8. User ubuntu
  9. IdentityFile ~/.ssh/key.pem
  10. HostName <ip>
  11.  
  12. # AWS Ec2 Ireland
  13. Host *.eu-west-1.compute.amazonaws.com
  14. IdentityFile /location/of/your/pem/file/dublin.pem
  15. StrictHostKeyChecking no
  16. UserKnownHostsFile /dev/null
  17. IdentitiesOnly yes
  18. ForwardAgent no
Add Comment
Please, Sign In to add comment