Merge branch 'ry'

pull/1/head
Raymond Yee 2012-05-12 18:47:27 -07:00
commit 1c9fe4ff8f
1 changed files with 2 additions and 2 deletions

4
fabfile.py vendored
View File

@ -59,8 +59,8 @@ def ecdsa():
run("""ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key.pub -l""")
def ssh_fingerprint():
"""display ssh fingerprint of /home/ubuntu/.ssh/id_rsa.pub on remote machine"""
run ("""ssh-keygen -l -f /home/ubuntu/.ssh/id_rsa.pub""")
"""display ssh fingerprint of /etc/ssh/ssh_host_rsa_key.pub on remote machine"""
run ("""ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub""")
def set_key_ry(name,value):
"""ry-dev is configured differently!"""