SSH Login using authorized keys

Submitted by code_admin on Mon, 07/30/2018 - 13:33

Set up authorised keys
using puttygen and authorized_keys

generate key

  1. ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa

RSA RETRIED

  1. ssh-keygen -t ed25519  -f ~/.ssh/id_rsa

Make putty key

  1. @echo "Key created puttygen will now load"
  2. @echo "Load h:\.ssh\id_rsa"
  3. @echo "You need to manually Save private key as h:\.ssh\id_rsa_putty.ppk"
  4. @echo "Type of key to generate = SSH-2 RSA"
  5. @echo "bits in key=4096"
  6. C:\ic-utils\puttygen.exe

Tags

RJM Article Type
Quick Reference