summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-04-21 16:19:28 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-04-21 16:19:28 +0000
commitcdcf359fbfb66f9212f21e9ad9a0abde8e17d855 (patch)
tree29f970cf0f7a0a882612d51d2e653d5e8ebd7323
parenteedbb2292dc3c857dbb7e08c1304a294f86fda7b (diff)
document default AFSTokenPassing no; ok deraadt@
-rw-r--r--usr.bin/ssh/sshd.84
-rw-r--r--usr.bin/ssh/sshd_config5
2 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 869128acc96..3eb8b5edb28 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.176 2002/04/05 20:56:21 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.177 2002/04/21 16:19:27 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -332,7 +332,7 @@ keywords are case-insensitive and arguments are case-sensitive):
.It Cm AFSTokenPassing
Specifies whether an AFS token may be forwarded to the server.
Default is
-.Dq yes .
+.Dq no .
.It Cm AllowGroups
This keyword can be followed by a list of group name patterns, separated
by spaces.
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index ac04b987a01..352e76ae5e2 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.49 2002/03/21 20:51:12 markus Exp $
+# $OpenBSD: sshd_config,v 1.50 2002/04/21 16:19:27 stevesk Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
@@ -63,8 +63,7 @@
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
-# AFSTokenPassing automatically enabled if k_hasafs() is true
-#AFSTokenPassing yes
+#AFSTokenPassing no
# Kerberos TGT Passing only works with the AFS kaserver
#KerberosTgtPassing no