rediret to tools/gensshkey.py
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 1 Dec 2009 19:02:17 +0000 (19:02 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 1 Dec 2009 19:02:17 +0000 (19:02 +0000)
monitor/util/sshknownhosts.py

index 2e05637..9fbedaa 100755 (executable)
@@ -175,3 +175,5 @@ class SSHKnownHosts:
                #return rec
                return (host, ip, key, "PlanetLab_%s" % s_date) 
 
+if __name__ == "__main__":
+       print "ERROR: Can not execute module as a command! Please use tools/getsshkey.py"