summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ac
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-20 06:59:57 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-20 06:59:57 +0000
commit5ef3dcc5cbe4d23b771975bf8113ba33318b5bc5 (patch)
tree0b9d48288cc92cd644fbdf8738622bc004cadcf8 /security/openssh/files/patch-ac
parentARGH! Remember the echo -n ' sshd'. (diff)
Give OpenSSH TIS client-side authentication.
Submitted by: peter
Notes
Notes: svn path=/head/; revision=23210
Diffstat (limited to 'security/openssh/files/patch-ac')
-rw-r--r--security/openssh/files/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ac b/security/openssh/files/patch-ac
new file mode 100644
index 000000000000..f03c0f6c88c2
--- /dev/null
+++ b/security/openssh/files/patch-ac
@@ -0,0 +1,10 @@
+--- readconf.h.dist Fri Nov 19 23:32:48 1999
++++ readconf.h Fri Nov 19 23:48:22 1999
+@@ -54,6 +54,7 @@
+ int compression; /* Compress packets in both directions. */
+ int compression_level; /* Compression level 1 (fast) to 9 (best). */
+ int keepalives; /* Set SO_KEEPALIVE. */
++ int tis_authentication; /* TIS client-side authentication */
+ LogLevel log_level; /* Level for logging. */
+
+ int port; /* Port to connect. */