We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfefbc commit 38f2e3cCopy full SHA for 38f2e3c
ssh_client.py
@@ -11,7 +11,7 @@
11
import time
12
import platform
13
14
-VERSION = '1.0.1674.4'
+VERSION = '1.0.2435.24'
15
SSH_DIR = '~/.ssh'
16
CONF_PATH = SSH_DIR + '/pritunl-zero.json'
17
BASH_PROFILE_PATH = '~/.bash_profile'
ssh_host_client.py
@@ -18,7 +18,7 @@
18
except:
19
HAS_BOTO = False
20
21
22
CONF_PATH = '/etc/pritunl-ssh-host.json'
23
DEF_SSH_CONF_PATH = '/etc/ssh/sshd_config'
24
DEF_PUB_KEY_CONF_PATH = '/etc/ssh/ssh_host_rsa_key.pub'
0 commit comments