diff --git a/ssh_client.py b/ssh_client.py index a6d4970..dc4c3e4 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -8,7 +8,7 @@ import sys import datetime -VERSION = '1.0.762.97' +VERSION = '1.0.762.98' SSH_DIR = '~/.ssh' CONF_PATH = SSH_DIR + '/pritunl-zero.json' DEF_KNOWN_HOSTS_PATH = '~/.ssh/known_hosts' diff --git a/ssh_host_client.py b/ssh_host_client.py index d1bc57e..193d8af 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -11,7 +11,7 @@ import socket import BaseHTTPServer -VERSION = '1.0.762.97' +VERSION = '1.0.762.98' CONF_PATH = '/etc/pritunl-ssh-host.json' DEF_SSH_CONF_PATH = '/etc/ssh/sshd_config' DEF_PUB_KEY_CONF_PATH = '/etc/ssh/ssh_host_rsa_key.pub'