How do i allow and set it up so that my friends can connect to my ubuntu server to access the server files through WinSCP?
I believe i have the port forwards correct.
I KNOW i have permissions for users correct.
I don't know if we are using the correct host name to connect though.
- And with this, would it be possible to add DNS service settings to a site that i have so they can just connect through the site address like "xxxx.com"?
Edit:
- I am running Version 21.10 of Ubuntu
- Port 22 has been forwarded using UFW, and confirmed and double checked with GUFW
- When trying to connect (using external IP) through WinSCP on that port 22, i get a connection refused (used to get timed out)
- I had already previously tested that i can in fact connect locally with no problems
@user68186
– RansomNGaming Mar 08 '22 at 20:56ufw
. You have to do the port forwarding in your home router. Port forwarding has nothing to do with Ubuntu, and is generally off-topic here. See this question and answer for some rough ideas about how to do it. Edit your question and leave a note in comments (as you did above) if you still have problems. – user68186 Mar 08 '22 at 21:54