ssh_config (bffe60ead024a1fdf4312eaec5892435a7f6b4c5) | ssh_config (41ff5ea22cb95deb9e7415510eb2f5f00b91537a) |
---|---|
1# $OpenBSD: ssh_config,v 1.35 2020/07/17 03:43:42 dtucker Exp $ 2 3# This is the ssh client system-wide configuration file. See 4# ssh_config(5) for more information. This file provides defaults for 5# users, and the values can be changed in per-user configuration files 6# or on the command line. 7 8# Configuration data is parsed as follows: --- 30 unchanged lines hidden (view full) --- 39# EscapeChar ~ 40# Tunnel no 41# TunnelDevice any:any 42# PermitLocalCommand no 43# VisualHostKey no 44# ProxyCommand ssh -q -W %h:%p gateway.example.com 45# RekeyLimit 1G 1h 46# UserKnownHostsFile ~/.ssh/known_hosts.d/%k | 1# $OpenBSD: ssh_config,v 1.35 2020/07/17 03:43:42 dtucker Exp $ 2 3# This is the ssh client system-wide configuration file. See 4# ssh_config(5) for more information. This file provides defaults for 5# users, and the values can be changed in per-user configuration files 6# or on the command line. 7 8# Configuration data is parsed as follows: --- 30 unchanged lines hidden (view full) --- 39# EscapeChar ~ 40# Tunnel no 41# TunnelDevice any:any 42# PermitLocalCommand no 43# VisualHostKey no 44# ProxyCommand ssh -q -W %h:%p gateway.example.com 45# RekeyLimit 1G 1h 46# UserKnownHostsFile ~/.ssh/known_hosts.d/%k |
47# VerifyHostKeyDNS yes | |