From 7fcdc52751b6c07494aa6d209401a1b5b161cdaf Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Fri, 20 Jul 2018 17:59:38 -0400 Subject: [PATCH] Create new release --- ssh_client.py | 2 +- ssh_host_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh_client.py b/ssh_client.py index 954c6f5..820b46a 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -11,7 +11,7 @@ import time import platform -VERSION = '1.0.954.18' +VERSION = '1.0.969.91' 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 7f84f22..b452e49 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -17,7 +17,7 @@ except: HAS_BOTO = False -VERSION = '1.0.954.18' +VERSION = '1.0.969.91' 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'