summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-04-28 06:15:03 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 09:35:38 +1000
commit47a287bb6ac936c26b4f3ae63279c02902ded3b9 (patch)
treeb186b8bbc0119325b34163feef04a306a5fdc852 /ssh_config.5
parent36465a76a79ad5040800711b41cf5f32249d5120 (diff)
upstream commit
sort; Upstream-ID: 7e6b56e52b039cf44d0418e9de9aca20a2d2d15a
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.514
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index dd088c5ad..c9dca08d8 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
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: ssh_config.5,v 1.243 2017/04/28 03:20:27 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.244 2017/04/28 06:15:03 jmc Exp $
37.Dd $Mdocdate: April 28 2017 $ 37.Dd $Mdocdate: April 28 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -1101,12 +1101,6 @@ indicates that the listening port be bound for local use only, while an
1101empty address or 1101empty address or
1102.Sq * 1102.Sq *
1103indicates that the port should be available from all interfaces. 1103indicates that the port should be available from all interfaces.
1104.It Cm SyslogFacility
1105Gives the facility code that is used when logging messages from
1106.Xr ssh 1 .
1107The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
1108LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
1109The default is USER.
1110.It Cm LogLevel 1104.It Cm LogLevel
1111Gives the verbosity level that is used when logging messages from 1105Gives the verbosity level that is used when logging messages from
1112.Xr ssh 1 . 1106.Xr ssh 1 .
@@ -1537,6 +1531,12 @@ has confirmed that is what they really want to do, and
1537ssh will refuse to connect to hosts whose host key has changed. 1531ssh will refuse to connect to hosts whose host key has changed.
1538The host keys of 1532The host keys of
1539known hosts will be verified automatically in all cases. 1533known hosts will be verified automatically in all cases.
1534.It Cm SyslogFacility
1535Gives the facility code that is used when logging messages from
1536.Xr ssh 1 .
1537The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
1538LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
1539The default is USER.
1540.It Cm TCPKeepAlive 1540.It Cm TCPKeepAlive
1541Specifies whether the system should send TCP keepalive messages to the 1541Specifies whether the system should send TCP keepalive messages to the
1542other side. 1542other side.