From 45da38bd4a1a1db844614514f4ed94dee16793d6 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 8 Oct 2023 21:43:51 -0400 Subject: [PATCH] Update --- README.md | 5 ++--- serverGuide.cs | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26a042d..327631f 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,8 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer) --- ### Connecting to your vps - - SSH as root into your vps (Your root password can usually be found on your host vps website) - - In Windows use puTTy (ssh tunneling for vnc: https://helpdeskgeek.com/how-to/tunnel-vnc-over-ssh/) - https://putty.org/ - - Another method for Windows: https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux/ + - SSH as root into your vps (Your root password can usually be found on your host vps website): https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux/ + - In Windows use puTTy (ssh tunneling for vnc: https://helpdeskgeek.com/how-to/tunnel-vnc-over-ssh/) - In Linux use ssh root@ip.address -L 5901:localhost:5901 diff --git a/serverGuide.cs b/serverGuide.cs index 26a042d..327631f 100644 --- a/serverGuide.cs +++ b/serverGuide.cs @@ -24,9 +24,8 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer) --- ### Connecting to your vps - - SSH as root into your vps (Your root password can usually be found on your host vps website) - - In Windows use puTTy (ssh tunneling for vnc: https://helpdeskgeek.com/how-to/tunnel-vnc-over-ssh/) - https://putty.org/ - - Another method for Windows: https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux/ + - SSH as root into your vps (Your root password can usually be found on your host vps website): https://www.howtogeek.com/311287/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux/ + - In Windows use puTTy (ssh tunneling for vnc: https://helpdeskgeek.com/how-to/tunnel-vnc-over-ssh/) - In Linux use ssh root@ip.address -L 5901:localhost:5901