diff --git a/ssh_client.py b/ssh_client.py index bb59591..9ebcdc7 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -11,7 +11,7 @@ import time import platform -VERSION = '1.0.2435.24' +VERSION = '1.0.3219.78' SSH_DIR = '~/.ssh' CONF_PATH = SSH_DIR + '/pritunl-zero.json' BASH_PROFILE_PATH = '~/.bash_profile' diff --git a/ssh_host_client.py b/ssh_host_client.py index 4b0048d..e8064e1 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -18,7 +18,7 @@ except: HAS_BOTO = False -VERSION = '1.0.2435.24' +VERSION = '1.0.3219.78' 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'