Virtual OS program problems

You can use ssh from the Terminal. Launch the terminal, then you can issue the ssh command like so:
Code:
ssh [username]@[server]
If you're unfamiliar with the syntax for ssh, then in the terminal you can type:
Code:
man ssh
...which will bring up the manual page for ssh.
 
You can use ssh from the Terminal. Launch the terminal, then you can issue the ssh command like so:
Code:
ssh [username]@[server]
If you're unfamiliar with the syntax for ssh, then in the terminal you can type:
Code:
man ssh
...which will bring up the manual page for ssh.

cool thanks again :cool:
 
Back
Top