Skip to content

Instantly share code, notes, and snippets.

View bot11's full-sized avatar

Ramakrishna Deepak Battu bot11

  • Sydney, Australia
View GitHub Profile
@bot11
bot11 / scp.py
Created July 14, 2014 05:26
paramiko scp
__author__ = 'bot11'
import sys, paramiko
hosts = {'host1': '192.168.1.1',
'host2': '192.168.1.2'}
port = 22
username = 'user'