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 9f4786b commit 7063695Copy full SHA for 7063695
wiki/Access-the-VPS.md
@@ -18,7 +18,7 @@ ssh-keygen -t ed25519 -C "your_email@address.here" -f ~/.ssh/together-java-vps
18
4. Add the following entry to your `.ssh/config` file:
19
```
20
Host togetherjava
21
-HostName togetherjava.duckdns.org
+HostName togetherjava.org
22
IdentityFile ~/.ssh/together-java-vps
23
User root
24
Port 22
0 commit comments