Hi, 1. Does ssh, scp and sftp client programs work on LynxOS? I use openssh-2.9p2 on a LynxOS i386 system. The ssh and scp clients work fine. Even sftp from other Linux systems works. But, if I make sftp to the localhost (LynxOS), the authentication succeeds, prints sftp> prompt and then exits. I don't know why this happens. I have not set the euid of ssh program to root as it does not work in LynxOS (may be problem with saved ids). Might this be a problem. Does it work for anyone (sftp localhost)? 2. Does anyone use ssh client with seteuid to root? and it still works? or is there a problem with LynxOS that seteuid() doesn't work with _POSIX_SAVED_IDS? 3. One more problem. sshd run on LynxOS and ssh client from Linux system. ssh client hangs on exit. $ssh hari at lynx (From Linux) password: lynx>... lynx>exit hangs ...... I don't think it is the regular hang-on-exit bug, because there are no background processes running, I suppose, and I get this hang 90% of time. Ofcourse, lynx> exit > /dev/null < /dev/null 2>&1 makes it clean, but I want to make sure why this happens. Does anyone have this problem in your LynxOS installation? 4. The TERM environment variable remains xterm. $echo $TERM xterm $ssh hari at lynx (From Linux) Password: lynx>echo $TERM xterm lynx> How to set TERM to vt100at on login. I hope you do not have problem here! 5. One strange issue. I compiled openssh-2.9p2 on Redhat 7.0 Linux system. When the compiled server is used and when I call ssh, prompts for password and even if I give correct password, says incorrect password. Ever got this trouble? Can I expect some help from someone, Hari. ____________________________________________________________ Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com
> 5. One strange issue. I compiled openssh-2.9p2 on > Redhat 7.0 Linux system. When the compiled server is > used and when I call ssh, prompts for password and > even if I give correct password, says incorrect > password. Ever got this trouble? >Did you compile with --with-pam or if not then with --with-md5-passwords? - Ben
--- mouring at etoh.eviladmin.org wrote: >> > 5. One strange issue. I compiled openssh-2.9p2 on > > Redhat 7.0 Linux system. When the compiled server > is > > used and when I call ssh, prompts for password and > > even if I give correct password, says incorrect > > password. Ever got this trouble? > > > > Did you compile with --with-pam or if not then with > --with-md5-passwords? > > - Ben >I did not specify any option during configure. I assume then it is with PAM support on Linux system. -Hari ____________________________________________________________ Do You Yahoo!? Send a newsletter, share photos & files, conduct polls, organize chat events. Visit http://in.groups.yahoo.com
Thanks for that help! and I will sure try this and that should work. As for other issues - any help, Hari. --- mouring at etoh.eviladmin.org wrote: >> If you did not tell OpenSSH to use pam.. it will > default all the way back > to DES hash passwords.. Redhat does MD5 hashed > passwords.. So you need to > use one of those two options. > > - Ben > > On Wed, 10 Oct 2001, [iso-8859-1] hari sekar wrote: > > > --- mouring at etoh.eviladmin.org wrote: > > > > > 5. One strange issue. I compiled openssh-2.9p2 > on > > > > Redhat 7.0 Linux system. When the compiled > server > > > is > > > > used and when I call ssh, prompts for password > and > > > > even if I give correct password, says > incorrect > > > > password. Ever got this trouble? > > > > > > > > > > Did you compile with --with-pam or if not then > with > > > --with-md5-passwords? > > > > > > - Ben > > > > > > > I did not specify any option during configure. > > I assume then it is with PAM support on Linux > system. > > -Hari > > > > >____________________________________________________________ Do You Yahoo!? Send a newsletter, share photos & files, conduct polls, organize chat events. Visit http://in.groups.yahoo.com
> 4. The TERM environment variable remains xterm. > $echo $TERM > xterm > $ssh hari at lynx (From Linux) > Password: > lynx>echo $TERM > xterm > lynx> > How to set TERM to vt100at on login. > I hope you do not have problem here!the ssh protocol transfers the TERM variable to the remote host.