From 14d7a745a7c42877545f2621459877da1c72a765 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Thu, 6 Nov 2003 07:34:27 +0000 Subject: [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-2] add a demo host key and point demo-server at it. also, temporarily comment out the nonfunctional kex-gex method. --- demo-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo-server.py') diff --git a/demo-server.py b/demo-server.py index 6819ea92..1db02230 100755 --- a/demo-server.py +++ b/demo-server.py @@ -13,7 +13,7 @@ if len(l.handlers) == 0: l.addHandler(lh) host_key = secsh.RSAKey() -host_key.read_private_key_file('/home/robey/sshkey/ssh_host_rsa_key') +host_key.read_private_key_file('demo-host-key') # now connect try: -- cgit v1.2.3