View Single Post
Posts: 61 | Thanked: 31 times | Joined on Mar 2011 @ Germany
#132
Originally Posted by Rob1n View Post
On the N900:
Create a configuration file /home/user/.ssh/config (to simplify the connection strings):
Host pc.dyndns.org
IdentitiesOnly yes
PasswordAuthentication no
User fred
Port 522
LocalForward localhost:5900 127.0.0.1:5900
Rob1n, great solution but
how do I create the config file on my n900?