MobaXTerm - SSH Key authentication
- by Chip Sprague
I have a key that I converted and works fine with Putty.
I have tried these formats:
ssh -p 1111 -i id_rsa chip@192.168.0.100
ssh -i id_rsa -p 1111 chip@192.168.0.100
The key is in the same folder as the MobaXTerm executable.
Thanks!
EDIT:
[chip.client] $ ssh -p 1111 -i id_rsa chip@192.168.0.100 -v
Warning: Identity file id_rsa not…