Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. `ssh = paramiko.SSHClient()
  2. ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
  3. ssh.connect(hostname=blip,username=bluser,password=blpasswd)
  4. channel = ssh.invoke_shell()
  5. `
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement