Inviato da pogiako12345 il Dom, 11/16/2014 - 17:07
Help with setting up openssh for me to access my computer remotely, or even anywhere.
- Login o registrati per inviare commenti
Dom, 11/16/2014 - 17:07
Halp!
Dom, 11/16/2014 - 19:20
#1
- Install the "ssh" package;
- If required, reconfigure your router so that it accepts UDP and TCP incoming packets on port 22 and forwards them to the correct machine on the private network (its private IP address should be constant);
- Execute 'ssh user@hostname' from the remote computer where "user" is your login on the system you connect to and "hostname" is the name or the public IP address (e.g., if it has no name) of the computer or of the router that will forward the packets to the computer.
For a non-default configuration, see https://help.ubuntu.com/community/SSH
- Login o registrati per inviare commenti