tags:

views:

90

answers:

4

Greetings,

Is there an easy way to access SSH server without installing a client. Like in linux (Gnome) I can type ssh://192.168.2.38 and access the resource.

thanks

+6  A: 

Just fire up Terminal.app and enter the following command:

ssh [email protected]

Of course, replacing username with your actual username.

You will then be prompted for your password.

Mathias Bynens
in case you don't know how to use Spotlight, its in /Applications/Utilities/Terminal.app
twolfe18
+2  A: 

You already have a (commandline) client installed. You can open the Terminal and use it.

AFAIK, there is no graphical tool which supports SSH on MacOS out of the box like Nautilus does on Gnome.

Vinko Vrsalovic
+1  A: 

what if you type "cmd-k" to brig up the "Open a Connection" window in the Finder?

Phil
+1  A: 

You can try macfusion. This will mount a filesystem via SSH in your finder.

Milhous