diff --git a/ssh_client.py b/ssh_client.py index 8032bfa..1c81e07 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -8,7 +8,7 @@ import sys import datetime -VERSION = '1.0.859.16' +VERSION = '1.0.860.27' 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 d94802a..4515890 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -17,7 +17,7 @@ except: HAS_BOTO = False -VERSION = '1.0.859.16' +VERSION = '1.0.860.27' 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'