IT:AD:SSH-KEYGEN
Summary
SSH-KEYGEN
allows you to Create an SSH Key (Generate Keys), that can later be registered using SSH-ADD.
The Keys are required for SSH communication.
Process
The process of setting up SSH is more or less the following:
- After installing Git properly (ensuring PATH and HOME Environment Variables are updated):
- After ensuring SSH is available:
- After determining if you have keys or not:
- After ensuring you have a created key pairs if need be:
- After registering the key pairs if need be:
- After configuring the relationship between a host url and the key:
- The following should work: