Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • macOS (local client) to RHEL (remote server)
  • RHEL (local client) to RHEL (remote server)

Some important points

  • You only have to exchange key once for all the servers that shared a central home directory


  • If you have multiple server accounts you will have to add the key to each account’s authorized_keys file; you however can use the same id_rsa.pub public key from your client.


  • You will have to do this from each of your client machine and if you have multiple local accounts that you ssh from (rare), each local account need to have this done.

Generate a Public/Private Key Pair on the local client machine:

...