SSH configured without password, but Open session in PuTTY requires authentication
When connecting from Windows to Linux, I use the command
Refer:
https://www.howtogeek.com/66776/how-to-remotely-copy-files-over-ssh-without-entering-your-password/
But when clicking the "Open session in PuTTY" in WinSCP it ask for authentication, even though both devices are configured to not use password auth.
ssh pi@192.168.0.2
and it connects to the Linux env without asking the password, because I have configured both the systems to work without password authentication.
Refer:
https://www.howtogeek.com/66776/how-to-remotely-copy-files-over-ssh-without-entering-your-password/
But when clicking the "Open session in PuTTY" in WinSCP it ask for authentication, even though both devices are configured to not use password auth.