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
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
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.
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.
what if you type "cmd-k" to brig up the "Open a Connection" window in the Finder?