summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-02 22:24:49 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-02 22:24:49 +1000
commit6aaa58c4709c43ffb9f3f2be299cd5c4044f24a3 (patch)
treeecaaf1b076e187ff9e338c844547dec1be09e006 /ssh_config.5
parent4c29dd9f4438d2ab6ac8d2df361fd48360b208ab (diff)
- (dtucker) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/07/22 13:35:22 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h] remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henning@ - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. I hope I got this right....
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 1 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 79d05f018..3a79af8f0 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.15 2003/07/02 14:51:16 markus Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.16 2003/07/22 13:35:22 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -123,13 +123,6 @@ Valid arguments are
123(Use IPv4 only) or 123(Use IPv4 only) or
124.Dq inet6 124.Dq inet6
125(Use IPv6 only.) 125(Use IPv6 only.)
126.It Cm AFSTokenPassing
127Specifies whether to pass AFS tokens to remote host.
128The argument to this keyword must be
129.Dq yes
130or
131.Dq no .
132This option applies to protocol version 1 only.
133.It Cm BatchMode 126.It Cm BatchMode
134If set to 127If set to
135.Dq yes , 128.Dq yes ,
@@ -410,7 +403,6 @@ or
410.Dq no . 403.Dq no .
411.It Cm KerberosTgtPassing 404.It Cm KerberosTgtPassing
412Specifies whether a Kerberos TGT will be forwarded to the server. 405Specifies whether a Kerberos TGT will be forwarded to the server.
413This will only work if the Kerberos server is actually an AFS kaserver.
414The argument to this keyword must be 406The argument to this keyword must be
415.Dq yes 407.Dq yes
416or 408or