diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-20 06:59:57 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-20 06:59:57 +0000 |
| commit | 5ef3dcc5cbe4d23b771975bf8113ba33318b5bc5 (patch) | |
| tree | 0b9d48288cc92cd644fbdf8738622bc004cadcf8 /security/openssh/files/patch-ac | |
| parent | ARGH! 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-ac | 10 |
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. */ |
