Skip to content

Commit

Permalink
Fixing the inaccessible machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpausmit committed Oct 16, 2023
1 parent 53ffe5b commit 2d5ed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/prod-cp-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
interfaces:
chat_app:
PORT: 7861
EXTERNAL_PORT: 7683
EXTERNAL_PORT: 7685
HOST: "0.0.0.0" # either "0.0.0.0" (for public) or "127.0.0.1" (for internal)
HOSTNAME: "t3desk019.mit.edu" # careful, this is used for the chat service
template_folder: "/root/A2rchi/A2rchi/interfaces/chat_app/templates"
Expand Down
2 changes: 1 addition & 1 deletion deploy/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Host submit-t3desk
StrictHostKeyChecking no

Host ppc
HostName ppc.mit.edu
HostName submit06.mit.edu
User a2rchi
IdentitiesOnly=yes
PreferredAuthentications publickey
Expand Down

0 comments on commit 2d5ed3d

Please sign in to comment.