Using the built-in SSH client in Mac

How do I use the built-in SSH client in MacBook Pro using Catalina version 10.15.4?

MacBook Pro 13", macOS 10.15

Posted on Apr 14, 2020 10:10 AM

Reply
Question marked as Top-ranking reply

Posted on Apr 14, 2020 11:29 AM

You must launch the Terminal app and use the command line. If you are using a password to access the remote system, then you use the command like this making sure to substitute "<user>" for the actual user name of the remote system with SSH access and "<address-remote-system>" with the IP address or DNS name of the remote system to which you want to connect.

ssh  <user>@<address-remote-system>


example:

ssh  hwtech@my-server.local


This will only give you access to the command line on the remote system. If you need GUI access (aka graphical interface), then you need to also initiate a remote VNC or remote Desktop session as well after you make the secure SSH connection (assuming the remote system is configured for VNC access). A VNC graphical connection would require different options for the SSH command as well.

2 replies
Question marked as Top-ranking reply

Apr 14, 2020 11:29 AM in response to newbietotech

You must launch the Terminal app and use the command line. If you are using a password to access the remote system, then you use the command like this making sure to substitute "<user>" for the actual user name of the remote system with SSH access and "<address-remote-system>" with the IP address or DNS name of the remote system to which you want to connect.

ssh  <user>@<address-remote-system>


example:

ssh  hwtech@my-server.local


This will only give you access to the command line on the remote system. If you need GUI access (aka graphical interface), then you need to also initiate a remote VNC or remote Desktop session as well after you make the secure SSH connection (assuming the remote system is configured for VNC access). A VNC graphical connection would require different options for the SSH command as well.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Using the built-in SSH client in Mac

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.