Kerberized OpenSSH fails to stay logged in.
Austin Gonyou
austin at coremetrics.com
Sat Mar 31 03:52:30 EST 2001
I get the following messages when I attempt to login after compiling ssh
with krb5 support. I don't know what's happening here and I was wondering
if anyone can help shed some light.
Mar 30 11:52:17 UberGeek sshd[7149]: Postponed publickey for austin from
127.0.0.1 port 2287 ssh2
Mar 30 11:52:17 UberGeek sshd[7149]: Accepted publickey for austin from
127.0.0.1 port 2287 ssh2
Mar 30 11:52:17 UberGeek PAM_unix[7149]: (sshd) session opened for user
austin by (uid=0)
Mar 30 11:52:17 UberGeek PAM_unix[7149]: (sshd) session closed for user
austin
--
Austin Gonyou
Systems Architect
Coremetrics, Inc.
Phone: 512-796-9023
email: austin at coremetrics.com
On Fri, 30 Mar 2001, Kevin Steves wrote:
> does anyone else see this on linux:
>
> localhost sshd[14418]: Accepted password for stevesk from 15.126.45.158 port 49594
> localhost sshd[14418]: Setting tty modes failed: Invalid argument
>
> redhat with kernel 2.2.17.
>
> ttymodes.c:
>
> /* Set the new modes for the terminal. */
> if (tcsetattr(fd, TCSANOW, &tio) < 0)
> log("Setting tty modes failed: %.100s", strerror(errno));
> return;
>
More information about the openssh-unix-dev
mailing list