Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. host: host.io
  2. port: 9000
  3. database: database
  4. user: user_read
  5. password: 1234567890
  6.  
  7. ssh -p 9000 user_read@host.io
  8.  
  9. ssh_exchange_identification: read: Connection reset by peer
  10.  
  11. ssh -p 9000 user_read@host.io:database
  12.  
  13. ssh: Could not resolve hostname host.io:database: nodename nor servname provided, or not known
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement