summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-05 17:55:22 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-05 17:55:22 -0700
commit70e44d6386197ec77ca0f4fec8bba47ee22c3198 (patch)
tree4e811bc780721551aec2550687e72bd04804b673 /tests/test_client.py
parenta8fd0bd9b2811a989fb646842a2dc17f9d94fd01 (diff)
Add RSA key fingerprint, now that test passes
Diffstat (limited to 'tests/test_client.py')
-rw-r--r--tests/test_client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index 7ccf92b0..cabc0c6f 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -46,6 +46,7 @@ class NullServer (paramiko.ServerInterface):
self.__allowed_keys = kwargs.pop('allowed_keys', [])
self.__fingerprints = {
'dss': '44:78:f0:b9:a2:3c:c5:18:20:09:ff:75:5b:c1:d2:6c',
+ 'rsa': '60:73:38:44:cb:51:86:65:7f:de:da:a2:2b:5a:57:d5',
}
super(NullServer, self).__init__(*args, **kwargs)