Sunday, November 6, 2011

Connecting to Opensolaris from Mac using SSH

Following is a command on how to access an Opensolaris system (VM) running on a local machine. In this case it is my Mac.

NOTE: Make sure you have a username & password setup on Opensolaris to access it via SSH. More information on SSH can be found here.

Command:
$ ssh -x username@hostaddress

example:
$ssh -x hpseera@192.161.11.111

No comments: