Sorry for replying late ... On Saturday 26 March 2005 01:25, Didier Rwitura wrote: > /etc/shell ---> /usr/sbin/authpf <...> > I am getting > > Hello didier, You are authenticated from host "10.0.0.33" > > when I connect with ssh but it hangs ... I don't get the prompt
This is intentional. authpf is not an interactive shell, it is simply for
authentication purposes. The codeportion in question:
| while (1) {
| printf("\r\nHello %s, ", luser);
| printf("You are authenticated from host \"%s\"\r\n", ipsrc);
| setproctitle("[EMAIL PROTECTED]", luser, ipsrc);
| print_message(PATH_MESSAGE);
| while (1) {
| sleep(10);
| if (want_death)
| do_death(1);
| }
| }
--
/"\ Best regards, | [EMAIL PROTECTED]
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED]
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
pgplY5XYA57GD.pgp
Description: PGP signature
