Skip to content

Commit

Permalink
remove owens as default ssh host
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 30, 2025
1 parent 103617f commit b16d572
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps.awesim.org/apps/shell/env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFAULT_SSHHOST=owens.osc.edu
OOD_DEFAULT_SSHHOST=owens.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:o[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu:c[0-1][0-9][0-9][0-9].ten.osc.edu"
DEFAULT_SSHHOST=pitzer.osc.edu
OOD_DEFAULT_SSHHOST=pitzer.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu:c[0-1][0-9][0-9][0-9].ten.osc.edu"

OOD_SHELL_PING_PONG="true"

Expand Down
12 changes: 9 additions & 3 deletions class.osc.edu/apps/shell/env
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
DEFAULT_SSHHOST=owens.osc.edu
OOD_DEFAULT_SSHHOST=owens.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:o[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu"
DEFAULT_SSHHOST=pitzer.osc.edu
OOD_DEFAULT_SSHHOST=pitzer.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu:c[0-1][0-9][0-9][0-9].ten.osc.edu"

OOD_SHELL_PING_PONG="true"

# inactive timeout just slightly higher to avoid collision or multiple attempts to close
OOD_SHELL_MAX_DURATION_MS=28800000
OOD_SHELL_INACTIVE_TIMEOUT_MS=28860000
6 changes: 3 additions & 3 deletions ondemand.osc.edu/apps/shell/env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFAULT_SSHHOST=owens.osc.edu
OOD_DEFAULT_SSHHOST=owens.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:o[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu:c[0-1][0-9][0-9][0-9].ten.osc.edu"
DEFAULT_SSHHOST=pitzer.osc.edu
OOD_DEFAULT_SSHHOST=pitzer.osc.edu
OOD_SSHHOST_ALLOWLIST="a[0-1][0-9][0-9][0-9].ten.osc.edu:p[0-1][0-9][0-9][0-9].ten.osc.edu:c[0-1][0-9][0-9][0-9].ten.osc.edu"

OOD_SHELL_PING_PONG="true"

Expand Down

0 comments on commit b16d572

Please sign in to comment.