]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- markus@cvs.openbsd.org 2003/06/23 09:02:44
authorDarren Tucker <dtucker@zip.com.au>
Sat, 28 Jun 2003 02:33:12 +0000 (12:33 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Sat, 28 Jun 2003 02:33:12 +0000 (12:33 +1000)
     [ssh_config.5]
     document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@

ChangeLog
ssh_config.5

index 347a876ead9c5eaa261e132151184eb6d305be2b..e6d0ce87850e7da44692a36a0edb01e8104ea6a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20030628
+ - (dtucker) OpenBSD CVS Sync
+   - markus@cvs.openbsd.org 2003/06/23 09:02:44
+     [ssh_config.5]
+     document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
+
 20030624
  - (dtucker) Have configure refer the user to config.log and
    contrib/findssl.sh for OpenSSL header/library mismatches.
  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
 
-$Id: ChangeLog,v 1.2823 2003/06/24 10:22:09 dtucker Exp $
+$Id: ChangeLog,v 1.2824 2003/06/28 02:33:12 dtucker Exp $
index 85a686b08e2a4344a783e14f32bd1e751c0a3ea9..56df3acec7cc72703964514f86527fe076de8d42 100644 (file)
@@ -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: ssh_config.5,v 1.13 2003/06/10 09:12:12 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.14 2003/06/23 09:02:44 markus Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -252,6 +252,24 @@ will act as a SOCKS4 server.
 Multiple forwardings may be specified, and
 additional forwardings can be given on the command line.
 Only the superuser can forward privileged ports.
+.It Cm EnableSSHKeysign
+Setting this option to
+.Dq yes
+in the global client configuration file
+.Pa /etc/ssh/ssh_config
+enables the use of the helper program
+.Xr ssh-keysign 8
+during
+.Cm HostbasedAuthentication .
+The argument must be
+.Dq yes
+or
+.Dq no .
+The default is
+.Dq no .
+See
+.Xr ssh-keysign 8
+for more information.
 .It Cm EscapeChar
 Sets the escape character (default:
 .Ql ~ ) .