slogin "deadlocks" if you invoke it with the (useless, but legal) switch "-n". stdin is not passed to it (and the local ssh process ignores stdin), so it is not possible to kill it using <<~.>> Should the "-n_ switch be disallowed for an interactive invocation? Martin -- <Martin.Kraemer at Fujitsu-Siemens.com> | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany
Hi All, I have a doubt. I am using OpenSSH-3.6.1p2. I have patched the source with simon's GSSAPI patch. My configuration in the ssh_config has a line "GssApiAuthentication no" Now, even though I am NOT using the GSSAPI authentication, when I run the ssh in my machine to the a sshd server, I am getting "Couldn't import hostname". and the client connection aborts. When I browse the code, this is from kexgssc.c line #69 in function "kexgss_client". This is basically when the ssh_gssapi_import_name( ) is called.But I could not capture this in gdb. Could anyone shed some light on when will the kexgss_client will be called and what could be the reason for this error, [mentioned above]? Advance thanks Kumaresh. ----- Original Message ----- From: "Martin Kraemer" <Martin.Kraemer at Fujitsu-Siemens.com> To: "OpenSSH Devel List" <openssh-unix-dev at mindrot.org> Sent: Friday, October 10, 2003 3:58 PM Subject: slogin <host> -n> slogin "deadlocks" if you invoke it with the (useless, but legal) > switch "-n". stdin is not passed to it (and the local ssh process > ignores stdin), so it is not possible to kill it using <<~.>> > > Should the "-n_ switch be disallowed for an interactive invocation? > > Martin > -- > <Martin.Kraemer at Fujitsu-Siemens.com> | Fujitsu Siemens > Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
Kumaresh
2003-Oct-10 11:55 UTC
couldnot import hostname error with ssh - NO Gssapiauthentication
**************************************************************************** ******** Sorry for the previous mail with wrong subject. That was mistakenly sent. **************************************************************************** ******** Hi All, I have a doubt. I am using OpenSSH-3.6.1p2. I have patched the source with simon's GSSAPI patch. My configuration in the ssh_config has a line "GssApiAuthentication no" Now, even though I am NOT using the GSSAPI authentication, when I run the ssh in my machine to the a sshd server, I am getting "Couldn't import hostname". and the client connection aborts. When I browse the code, this is from kexgssc.c line #69 in function "kexgss_client". This is basically when the ssh_gssapi_import_name( ) is called.But I could not capture this in gdb. Could anyone shed some light on when will the kexgss_client will be called and what could be the reason for this error, [mentioned above]? Advance thanks Kumaresh. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003