Re: [plug] cannot login via ssh

2006-10-19 Thread Ivy Cabeza
Try running ssh on the local machine. If it works, make sure that your firewall allows ssh (not very familiar with iptables but via GUI, System Settings->Security Level on Firewall option tab, check SSH in the Trusted Services window). Via command:iptables -A INPUT -p tcp -s --dport 22 -m state --

Re: [plug] SFTP on Windows using public keys

2005-11-09 Thread Ivy Cabeza
ady checked the key for something unusual?.Ivy Cabeza wrote:> Hi,> > Im trying to enable public key authentication on Windows with openssh > but ssh still insists on using interactive password. > >_Philippine Linux Users' Group (PL

[plug] SFTP on Windows using public keys

2005-11-08 Thread Ivy Cabeza
Hi,   Im trying to enable public key authentication on Windows with openssh but ssh still insists on using interactive password.    debug1: Authentications that can continue: publickey,password,keyboard-interactivedebug3: start over, passed a different list publickey,password,keyboard-interactived