diff --git a/sshch/sshch b/sshch/sshch index bf28e35..39e9c7a 100755 --- a/sshch/sshch +++ b/sshch/sshch @@ -60,6 +60,7 @@ def ConnectAlias(alias, command=False): # Variables bellow is newer used subprocess.Popen(exec_string, shell=True).communicate()[0] + def HoldConnection(alias): print "Connecting to " + alias + ". Press CTRL+C to cancel." time.sleep(1)