SSH Login No PW
You need a ssh-rsa key for this!¶
- In cmdprompt, bash
ssh-keygen -t rsa -b 4096 -C "Computer_NAame" - In cmdprompt, bash
type %USERPROFILE%\.ssh\id_rsa.pub. This will pull up your key, copy it starting at ssh-rsa - SSH into your Pi and bash
nano ~/.ssh/authorized_keys. Copy your key on a new line Ctrl+O&Enter&Ctrl+X- Bash
exit - Reconnect without a password!