Home Explore Blog CI



man-pages

6th chunk of `ssh.man`
b3b0cdcf63f02372b379f5bbd9c2acca020c3e2ae3a153ff0000000100000fd5
             ExitOnForwardFailure
                     FingerprintHash
                     ForkAfterAuthentication
                     ForwardAgent
                     ForwardX11
                     ForwardX11Timeout
                     ForwardX11Trusted
                     GatewayPorts
                     GlobalKnownHostsFile
                     GSSAPIAuthentication
                     GSSAPIKeyExchange
                     GSSAPIClientIdentity
                     GSSAPIDelegateCredentials
                     GSSAPIKexAlgorithms
                     GSSAPIRenewalForcesRekey
                     GSSAPIServerIdentity
                     GSSAPITrustDns
                     HashKnownHosts
                     Host
                     HostbasedAcceptedAlgorithms
                     HostbasedAuthentication
                     HostKeyAlgorithms
                     HostKeyAlias
                     Hostname
                     IdentitiesOnly
                     IdentityAgent
                     IdentityFile
                     IPQoS
                     KbdInteractiveAuthentication
                     KbdInteractiveDevices
                     KexAlgorithms
                     KnownHostsCommand
                     LocalCommand
                     LocalForward
                     LogLevel
                     MACs
                     Match
                     NoHostAuthenticationForLocalhost
                     NumberOfPasswordPrompts
                     PasswordAuthentication
                     PermitLocalCommand
                     PermitRemoteOpen
                     PKCS11Provider
                     Port
                     PreferredAuthentications
                     ProxyCommand
                     ProxyJump
                     ProxyUseFdpass
                     PubkeyAcceptedAlgorithms
                     PubkeyAuthentication
                     RekeyLimit
                     RemoteCommand
                     RemoteForward
                     RequestTTY
                     RequiredRSASize
                     SendEnv
                     ServerAliveInterval
                     ServerAliveCountMax
                     SessionType
                     SetEnv
                     StdinNull
                     StreamLocalBindMask
                     StreamLocalBindUnlink
                     StrictHostKeyChecking
                     TCPKeepAlive
                     Tunnel
                     TunnelDevice
                     UpdateHostKeys
                     User
                     UserKnownHostsFile
                     VerifyHostKeyDNS
                     VisualHostKey
                     XAuthLocation

       -p port
               Port to connect to on the remote host.  This can be specified on
               a per‐host basis in the configuration file.

       -Q query_option
               Queries  for  the  algorithms  supported by one of the following
               features:  cipher  (supported  symmetric  ciphers),  cipher‐auth
               (supported  symmetric ciphers that support authenticated encryp‐
               tion), help (supported query terms for use with  the  -Q  flag),
               mac (supported message integrity codes), kex (key exchange algo‐
               rithms),  kex‐gss  (GSSAPI  key  exchange  algorithms), key (key
               types), key‐cert (certificate key  types),  key‐plain  (non‐cer‐
               tificate  key types), key‐sig (all key types and signature algo‐
               rithms), protocol‐version (supported SSH protocol versions), and
               sig (supported signature algorithms).  Alternatively,  any  key‐
               word  from  ssh_config(5)  or sshd_config(5) that takes an algo‐
               rithm list may  be  used  as  an  alias  for  the  corresponding
               query_option.

       -q      Quiet  mode.   Causes most warning and diagnostic messages to be
               suppressed.

       -R [bind_address:]port:host:hostport

Title: SSH Options: More Configuration Options, Port Specification, Algorithm Queries, and Quiet Mode
Summary
This section continues the list of configuration options available for use with the `-o` flag in SSH. It includes options like IdentityFile, IPQoS, KexAlgorithms, LogLevel, MACs, and many others. Additionally, it describes the `-p` option for specifying the port to connect to, the `-Q` option for querying supported algorithms, and the `-q` option for quiet mode.