diff options
| -rw-r--r-- | src/content/blog/mc-server-selfhost.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/mc-server-selfhost.md b/src/content/blog/mc-server-selfhost.md index d60fffa..fff9a6a 100644 --- a/src/content/blog/mc-server-selfhost.md +++ b/src/content/blog/mc-server-selfhost.md @@ -198,7 +198,7 @@ To start, the server. Users can navigate to the website and trigger the flask ap ```bash # Example start.sh #!/bin/bash -ssh -o StrictHostKeyChecking=no yukais6@circinus-30.ics.uci.edu << 'EOF' +ssh -o StrictHostKeyChecking=no steve@chicken-jockey.com << 'EOF' cd /home/yukais6/java-neural-net tmux new-session -d -s server tmux send-keys -t server'./tunnel &' C-m @@ -209,7 +209,7 @@ EOF ```bash # Example stop.sh -ssh -o StrictHostKeyChecking=no yukais6@circinus-33.ics.uci.edu << 'EOF' +ssh -o StrictHostKeyChecking=no steve@chicken-jockey.com << 'EOF' tmux kill-session -t supervised-cluster exit EOF |
