diff options
author | 2003-06-23 09:02:44 +0000 | |
---|---|---|
committer | 2003-06-23 09:02:44 +0000 | |
commit | 3b86e9044e6c205925c9084a1242a7604555972b (patch) | |
tree | 4b915873d0aa5761dcad8badcbac8450c91edd93 | |
parent | sync (diff) | |
download | wireguard-openbsd-3b86e9044e6c205925c9084a1242a7604555972b.tar.xz wireguard-openbsd-3b86e9044e6c205925c9084a1242a7604555972b.zip |
document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 85a686b08e2..56df3acec7c 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -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 ~ ) . |