This guide goes through setting up SSH keys on macOS Mojave 10.14 back to Mac OSX 10.11 and also a secure password-less SSH connection between a local macOS workstation and a remote server also running a Linux variant operating system. The process requires generating a public and private key on the local computer and then …
Read More
Make a passwordless SSH Connection between OSX 10.10 Yosemite and Linux Server
This guide goes through setting up secure passwordless SSH connection between a local OSX workstation and a remote server also running a Linux variant. The process requires generating a public and private key on the local computer and then adding the public key to the remote servers authorised list. What is great about this is …
Read More
Secure Remote SSH Connection with no passwords OSX 10.8 and Linux
How to generate public and private keys for SSH on Mac OS X 10.8 Mountain Lion and then share that public key on another device and have it so that no password is prompted for a secure connection to a remote computer. First thing that you need to do on your OSX machine is to …
Read More
Secure Remote SSH Connection with no passwords OSX 10.7 and Linux
How to generate public and private keys for SSH on Mac OS X 10.7 and then share that public key no so password is prompted for a secure connection with a remote computer. OSX 10.9 Mavericks SSH Connection guide is here. First thing that you need to do is to create a directory that will …
Read More