Open miztizm opened 6 years ago
It's hard to say for sure what's causing it, but as your comment mentions, winscp uses keyboard-interactive/pam authentication. I haven't looked at the auth code in this package, but I'm guessing it isn't able to handle this specific type of authentication.
There are two options I'd consider, assuming I'm correct. The first is to use public/private key authentication instead of username/password. The second is to configure your ssh server to a protocol that this package can authenticate with, i.e. disable the challenge / response dialogue.
This thread discusses a similar (but not the same) issue: https://serverfault.com/questions/783082/how-to-use-the-ssh-server-with-pam-but-disallow-password-auth
remote ftp and remote sync is giving me a error
all configuration is working in winscp fine. Server Side (freebsd):
by default with winscp successfull entry is
Dec 4 19:49:48 war sshd[28424]: Accepted keyboard-interactive/pam for tux from xxxx port 9162 ssh2
UPDATE: With remote ftp i get succusefull connected by settings those too variables:
any clues or ideas about remote sync? thanks