>Hi,
>I'd like to relay for ssh using faithd on fbsd 4.5-stable;
>I'd also like to keep local ssh service;
>following the man I started faithd like
>#faithd ssh /usr/sbin/sshd sshd
>but...
>It does relay, but I can't use local service;
>Is it a bug or am I doing something wrong?

        see manpage for sshd.  you need "-i" flag at the end.
        # faithd ssh /usr/sbin/sshd sshd -i

itojun


--
     -i      Specifies that sshd is being run from inetd.  sshd is normally
             not run from inetd because it needs to generate the server key
             before it can respond to the client, and this may take tens of
             seconds.  Clients would have to wait too long if the key was re-
             generated every time.  However, with small key sizes (e.g., 512)
             using sshd from inetd may be feasible.

---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to