How to generate SSH key on server02 (Password less login)
Step 1: Find public and private key on file Server02 SSH key on folder Shared-Tech\Server02 (lastpass)
Step 2: Save private key as named server02_ssh_key on your local machine .ssh folder (on MAC it is here: /Users/xamin05/.ssh).
Step 3:
Step 5:
Step 2: Save private key as named server02_ssh_key on your local machine .ssh folder (on MAC it is here: /Users/xamin05/.ssh).
Step 3:
- Open file manager of your project on Server02.
- Go to .ssh folder on root folder
- Create authorized_keys file
- Save server02_ssh_key.pub key here and press enter
- Open your terminal on local machine
- Type
- After successfully add you should get
- If you receive this:
- Fix the permission by this:
Step 5:
- Now you can login without password on server02
- Open your terminal and type