# Cygwin connecting by ssh to remote Linux

If ssh can't add your server to its list of known hosts, you may need to create a "passwd" file in C:\\cygwin\\etc. Use:

`mkpasswd -l -p "$(cygpath -H)" > /etc/passwd`
