Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ssh = paramiko.SSHClient()
  2. ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
  3. ssh.connect(ip, username='rwa',password='rwa')
  4.  
  5. ssh rwa@192.168.100.56
  6. password: rwa
  7. software release: VEGA1101.2.0.0.0int012
  8. serial number: 15OL424SA397
  9. password seed: 038388
  10. Connection to 192.168.100.56 closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement