Advertisement
Guest User

Untitled

a guest
May 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. nano ~/.ssh/config
  2. put below contentent
  3. ---
  4. Host *
  5. UseKeychain yes
  6.  
  7. Host integrasoliddb
  8. User integrasolid
  9. HostName 178.121.211.141
  10. Port 22
  11. LocalForward 30000 10.10.1.18:1521
  12. ---
  13.  
  14. to use, just type in terminal:
  15.  
  16. ssh integrasoliddb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement