summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2017-04-28 03:20:27 +0000
committerDamien Miller <djm@mindrot.org>2017-04-28 13:26:36 +1000
commit68d3a2a059183ebd83b15e54984ffaced04d2742 (patch)
tree9d1cf14d357079cb09f338f8d7efb6737da356d3 /ssh_config.5
parente13aad66e73a14b062d13aee4e98f1e21a3f6a14 (diff)
upstream commit
Add SyslogFacility option to ssh(1) matching the equivalent option in sshd(8). bz#2705, patch from erahn at arista.com, ok djm@ Upstream-ID: d5115c2c0193ceb056ed857813b2a7222abda9ed
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 532745b2f..dd088c5ad 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.242 2017/02/27 14:30:33 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.243 2017/04/28 03:20:27 dtucker Exp $
37.Dd $Mdocdate: February 27 2017 $ 37.Dd $Mdocdate: April 28 2017 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1101,6 +1101,12 @@ 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.
1104.It Cm LogLevel 1110.It Cm LogLevel
1105Gives the verbosity level that is used when logging messages from 1111Gives the verbosity level that is used when logging messages from
1106.Xr ssh 1 . 1112.Xr ssh 1 .