[openssh-commits] [openssh] 03/12: upstream: delete list of ssh_config(5) options under
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 21 15:23:32 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit e3bdc2689516c46d5f1ce349a6ff7654d6008e01
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Jul 9 01:16:37 2026 +0000
upstream: delete list of ssh_config(5) options under
documentation of -o and instead just direct readers to the actual
ssh_config(5) manpage.
ok deraadt@
OpenBSD-Commit-ID: bed2058af847c2149e0e457202a8c4ee7000ad33
---
ssh.1 | 111 +++---------------------------------------------------------------
1 file changed, 4 insertions(+), 107 deletions(-)
diff --git a/ssh.1 b/ssh.1
index 22f385f06..b5892d51e 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
.\" (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.1,v 1.449 2026/07/01 00:04:46 djm Exp $
-.Dd $Mdocdate: July 1 2026 $
+.\" $OpenBSD: ssh.1,v 1.450 2026/07/09 01:16:37 djm Exp $
+.Dd $Mdocdate: July 9 2026 $
.Dt SSH 1
.Os
.Sh NAME
@@ -505,113 +505,9 @@ Valid commands are:
Can be used to give options in the format used in the configuration file.
This is useful for specifying options for which there is no separate
command-line flag.
-For full details of the options listed below, and their possible values, see
+For full details of the options, and their values, see
.Xr ssh_config 5 .
.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It AddKeysToAgent
-.It AddressFamily
-.It BatchMode
-.It BindAddress
-.It BindInterface
-.It CASignatureAlgorithms
-.It CanonicalDomains
-.It CanonicalizeFallbackLocal
-.It CanonicalizeHostname
-.It CanonicalizeMaxDots
-.It CanonicalizePermittedCNAMEs
-.It CertificateFile
-.It ChannelTimeout
-.It CheckHostIP
-.It Ciphers
-.It ClearAllForwardings
-.It Compression
-.It ConnectTimeout
-.It ConnectionAttempts
-.It ControlMaster
-.It ControlPath
-.It ControlPersist
-.It DynamicForward
-.It EnableEscapeCommandline
-.It EnableSSHKeysign
-.It EscapeChar
-.It ExitOnForwardFailure
-.It FingerprintHash
-.It ForkAfterAuthentication
-.It ForwardAgent
-.It ForwardX11
-.It ForwardX11Timeout
-.It ForwardX11Trusted
-.It GSSAPIAuthentication
-.It GSSAPIDelegateCredentials
-.It GatewayPorts
-.It GlobalKnownHostsFile
-.It HashKnownHosts
-.It HostKeyAlgorithms
-.It HostKeyAlias
-.It HostbasedAcceptedAlgorithms
-.It HostbasedAuthentication
-.It Hostname
-.It IPQoS
-.It IdentitiesOnly
-.It IdentityAgent
-.It IdentityFile
-.It IgnoreUnknown
-.It KbdInteractiveAuthentication
-.It KbdInteractiveDevices
-.It KexAlgorithms
-.It KnownHostsCommand
-.It LocalCommand
-.It LocalForward
-.It LogLevel
-.It LogVerbose
-.It MACs
-.It NoHostAuthenticationForLocalhost
-.It NumberOfPasswordPrompts
-.It ObscureKeystrokeTiming
-.It PKCS11Provider
-.It PasswordAuthentication
-.It PermitLocalCommand
-.It PermitRemoteOpen
-.It Port
-.It PreferredAuthentications
-.It ProxyCommand
-.It ProxyJump
-.It ProxyUseFdpass
-.It PubkeyAcceptedAlgorithms
-.It PubkeyAuthentication
-.It RefuseConnection
-.It RekeyLimit
-.It RemoteCommand
-.It RemoteForward
-.It RequestTTY
-.It RequiredRSASize
-.It RevokedHostKeys
-.It SecurityKeyProvider
-.It SendEnv
-.It ServerAliveCountMax
-.It ServerAliveInterval
-.It SessionType
-.It SetEnv
-.It StdinNull
-.It StreamLocalBindMask
-.It StreamLocalBindUnlink
-.It StrictHostKeyChecking
-.It SyslogFacility
-.It TCPKeepAlive
-.It Tag
-.It Tunnel
-.It TunnelDevice
-.It UpdateHostKeys
-.It User
-.It UserKnownHostsFile
-.It VerifyHostKeyDNS
-.It VersionAddendum
-.It VisualHostKey
-.It WarnWeakCrypto
-.It XAuthLocation
-.El
-.Pp
.It Fl P Ar tag
Specify a tag name that may be used to select configuration in
.Xr ssh_config 5 .
@@ -622,6 +518,7 @@ and
keywords in
.Xr ssh_config 5
for more information.
+.Pp
.It Fl p Ar port
Port to connect to on the remote host.
This can be specified on a
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list