View Single Post
Posts: 6 | Thanked: 0 times | Joined on May 2007
#1
Are these available? What are the commands for them in the console?

i got ssh installed with this link http://downloads.maemo.org/product/openssh

the command you will most likely need for OpenSSH if you are a noob like me:

Code:
ssh help
Code:
ssh 192.32.24.21
or if the computer you're connecting to needs a login name

Code:
ssh -l username 192.32.24.21