Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ## Config File
  2. ```
  3. Host *
  4. ServerAliveInterval 120
  5.  
  6. Host comet
  7. Hostname comet.sdsc.xsede.org
  8. User
  9. IdentityFile ~/.ssh/
  10.  
  11. Host comet.sdsc.xsede.org
  12. Hostname comet.sdsc.xsede.org
  13. User
  14. IdentityFile ~/.ssh/
  15.  
  16. Host bridges
  17. Hostname bridges.psc.xsede.org
  18. User
  19.  
  20. Host chpc
  21. Hostname login.chpc.wustl.edu
  22. User
  23.  
  24. Host swami
  25. Hostname swamicompute.wustl.edu
  26. User
  27. IdentityFile ~/.ssh/
  28. ```
  29.  
  30. Change config file permission to `chmod 600 ~/.ssh/config`
  31.  
  32. ## SSHFS
  33. To mount create a mount point (directory) `sshfs user@host:/folder/to/mount/ mount/point`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement