MacOS : access SSH from UI
Greetings,
Is there an easy way to access SSH server without installing a client. Like in 开发者_Python百科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 username@192.168.2.38
Of course, replacing username
with your actual username.
You will then be prompted for your password.
You can try macfusion. This will mount a filesystem via SSH in your finder.
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?
精彩评论