From 38f2e3ce09fa5cd8678de4b5b9a6acd053877e56 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Mon, 25 Jul 2022 01:51:18 -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 76d6b32..989ea56 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -11,7 +11,7 @@ import time import platform -VERSION = '1.0.1674.4' +VERSION = '1.0.2435.24' 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 ead65a6..4b0048d 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -18,7 +18,7 @@ except: HAS_BOTO = False -VERSION = '1.0.1674.4' +VERSION = '1.0.2435.24' 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'