webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 8e31cf5259b29b8be2eceb9e1f7d0376b8819b2f
parent 251fd90e5ff4c28c43cc4dec445d08e4a3221ae7
Author: Sheng <webmaster0115@gmail.com>
Date:   Mon, 23 Apr 2018 10:25:39 +0800

Changed host_keys_filename

Diffstat:
Mtests/test_policy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_policy.py b/tests/test_policy.py @@ -37,7 +37,7 @@ class TestPolicy(unittest.TestCase): get_policy_class(key) def test_check_policy_setting(self): - host_keys_filename = './webssh/host_keys_test.db' + host_keys_filename = './tests/host_keys_test.db' host_keys_settings = dict( host_keys=paramiko.hostkeys.HostKeys(), system_host_keys=paramiko.hostkeys.HostKeys(),