From f3a37824bc249708a31c87317188dfd95276c3bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 1 Dec 2009 19:02:17 +0000 Subject: [PATCH] rediret to tools/gensshkey.py --- monitor/util/sshknownhosts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/util/sshknownhosts.py b/monitor/util/sshknownhosts.py index 2e05637..9fbedaa 100755 --- a/monitor/util/sshknownhosts.py +++ b/monitor/util/sshknownhosts.py @@ -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" -- 2.43.0