summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.516
1 files changed, 14 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 3807c0f3c..3abac6c10 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.161 2013/06/27 14:05:37 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.162 2013/07/19 07:37:48 markus Exp $
37.Dd $Mdocdate: June 27 2013 $ 37.Dd $Mdocdate: July 19 2013 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -546,6 +546,18 @@ keys are used for version 1 and
546or 546or
547.Dq rsa 547.Dq rsa
548are used for version 2 of the SSH protocol. 548are used for version 2 of the SSH protocol.
549It is also possible to specify public host key files instead.
550In this case operations on the private key will be delegated
551to an
552.Xr ssh-agent 1 .
553.It Cm HostKeyAgent
554Identifies the UNIX-domain socket used to communicate
555with an agent that has access to the private host keys.
556If
557.Dq SSH_AUTH_SOCK
558is specified, the location of the socket will be read from the
559.Ev SSH_AUTH_SOCK
560environment variable.
549.It Cm IgnoreRhosts 561.It Cm IgnoreRhosts
550Specifies that 562Specifies that
551.Pa .rhosts 563.Pa .rhosts