Is it possible to specify password inside my .ssh/config file? Something like
Host host1
User user1
Pass password
All resources I found recommend to use keys instead, but that's not an option for me, I want to use password.
If it's not possible with stock openssh, are there any patches laying around that would allow this?
EDIT: reason I need to use password is to get access to network drives when connection to cygwin sshd from linux.