diff options
author | 2001-02-15 16:35:16 +0000 | |
---|---|---|
committer | 2001-02-15 16:35:16 +0000 | |
commit | f27186024460cbd9c70bcf6a342ba45accf3d501 (patch) | |
tree | 10a5d463f0d08f669a75a1c1a983d360ebff4ae7 | |
parent | There has been confusion wrt IP protocols 4, 94 and 98. Make us (diff) | |
download | wireguard-openbsd-f27186024460cbd9c70bcf6a342ba45accf3d501.tar.xz wireguard-openbsd-f27186024460cbd9c70bcf6a342ba45accf3d501.zip |
sshd is not in /etc/services, but ssh is .. provide a working example.
-rw-r--r-- | usr.sbin/faithd/faithd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index af7c985dc2d..79b929c0bdc 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faithd.8,v 1.8 2000/09/16 10:33:44 itojun Exp $ +.\" $OpenBSD: faithd.8,v 1.9 2001/02/15 16:35:16 todd Exp $ .\" $KAME: faithd.8,v 1.14 2000/09/12 05:20:35 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -225,7 +225,7 @@ You may need .Fl p to translate rsh/rlogin services. .Bd -literal -offset -# faithd sshd +# faithd ssh # faithd login /usr/libexec/rlogin rlogind # faithd shell /usr/libexec/rshd rshd .Ed |