Server A: Debian Sarge (testing)
Server B: Fedora Core 1
Workstation: WinXP running cygwin
Since I can successfully SSH to both servers (from my workstation),
something must be dorked with /etc/ssh_config file or sshd_config (I think).
On
both servers, I have no customizations entered in the ssh_config file. See
below:
*** SSH Debian -> Fedora (works) ***
debian:>ssh -v
OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004
debian:>cat /etc/ssh/ssh_config
# all settings are default (nothing changed)
debian:>ssh user@fedora
User's Password for Server Fedora: xxx
*** Welcome to Server Fedora ***
fedora:>exit
debian:>
*** SSH Fedora -> Debian (Doesn't work) ***
fedora:>ssh -v
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
fedora:>cat /etc/ssh/ssh_config
# all settings are default (nothing changed)
fedora:>ssh user@debian
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password,keyboard-interactive).
fedora:>
*** SSH Cygwin -> Fedora (works) ***
cygwin:>ssh -v
OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
cygwin:>ssh user@fedora
User's password for Server Fedora: xxx
*** Welcome to Server Fedora ***
fedora:>exit
cygwin:>
*** SSH Cygwin -> Debian (works) ***
cygwin:>ssh user@debian
User's password for Server Debian: xxx
*** Welcome to Server Debian ***
debian:>exit
cygwin:>
When trying to ssh from fedora to debian, it doesn't even prompt me for the
password! Just error. Any suggestions?
Thanks,
Andy
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Does Fedora -> Cygwin work?
On your Fedora machine, try moving .ssh directory in your home directory
to .ssh_bk and try ssh'ing again. If it works, you may delete the key in
.ssh_bk and rename it back to .ssh.
This is just a starter, others more knowledgable people will be able to
help more.
->HS
--
Please remove the underscores ( the '_' symbols) from my email address
to obtain the correct one. Apologies, but the fudging is to remove spam.
could you please post the output of ssh's verbose mode (usually invoked
with -v, AFAIK... -V is for obtaining the version number) - that should
give a clear indication to what's going wrong. It would be perfect if you'd
post the verbose output for both directions (debian->fedora working, and
fedora->debian not working). I think I'll be able to help you then.
Jan
--
Jan C. Nordholz
<jckn At gmx net>
Try running ssh -v[v[v]] on the local end and setting LogLevel DEBUG[123]
in /etc/ssh/sshd_config on the remote end to get some more helpful
error messages, that might give more detail on exactly what's not
working.
--
Pigeon
Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F
if this is the problem it might work now
--
Bruno Ribas - ri...@ufpr.br
ssh andy@debian -- didn't work.
sudo ssh andy@debian -- works!
After chmod a+rw /dev/tty* everything is working as expected. Is it pretty
safe to have all the tty devices RW for all?
Thanks for the help,
Andy
"Bruno Cesar Ribas" <ri...@ufpr.br> wrote in message
news:20050215013639.GA3081@chobits...