From 2e972fe2395529df9ed7f0b536b20aff6184bc3b Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 08:44:02 +0000 Subject: [PATCH] Update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8b1a27..3fcceb0 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ If you are still reading this part then then you are using Windows and you need - To do this, open terminal / powershell as administrator, type the following and press enter: - `netsh advfirewall firewall add rule name="Open SSH Port 22" dir=in action=allow protocol=TCP localport=22 remoteip=any` - Once done, you can test it out by opening a terminal / powershell on your local PC and type the following: + ```bash ssh @ ``` @@ -66,6 +67,7 @@ ssh @ - Replace `` with the username that you use to login to your RDP - Replace `` with the IP of the VPS that you use to connect to your RDP - Type in your password for the user when asked + - If everything was done correctly, you should see something like this on the terminal: ```powershell