Skip to content

Commit edbb3e3

Browse files
author
Isaac Hill
committed
Forgot about SSH constants
1 parent 957a83f commit edbb3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hotfix_checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import requests
77

88
EPICS_DIR = "C:\\Instrument\\Apps\\EPICS\\"
9-
SSH_PORT = 22
109
SSH_USERNAME = os.environ["SSH_CREDENTIALS_USR"]
1110
SSH_PASSWORD = os.environ["SSH_CREDENTIALS_PSW"]
1211

util/ssh_access.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import paramiko
22

3+
SSH_PORT = 22
4+
35

46
class SSHAccessUtils(object):
57

0 commit comments

Comments
 (0)