summaryrefslogtreecommitdiff
path: root/ssh_config.5
Commit message (Expand)AuthorAgeFilesLines
* upstream: Add tilde and environment variable expansion todtucker@openbsd.org2023-03-271-2/+11
* upstream: Like sshd_config, some ssh_config options are notdjm@openbsd.org2023-03-101-3/+3
* upstream: fix double phrase in previous;jmc@openbsd.org2023-01-141-3/+2
* upstream: Document "UserKnownHostsFile none". ok djm@dtucker@openbsd.org2023-01-141-2/+8
* upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org2022-11-301-2/+8
* upstream: The IdentityFile option in ssh_config can also be used todtucker@openbsd.org2022-11-071-2/+6
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-2/+13
* upstream: make it clear that RekeyLimit applies to both transmitteddjm@openbsd.org2022-06-241-5/+5
* upstream: Note that ProxyJump also accepts the same tokens asdtucker@openbsd.org2022-05-271-3/+5
* upstream: ssh: document sntrup761x25519-sha512@openssh.com asnaddy@openbsd.org2022-04-061-2/+2
* upstream: man pages: add missing commas between subordinate andnaddy@openbsd.org2022-04-061-4/+4
* upstream: document the unbound/host-bound options todjm@openbsd.org2022-02-151-4/+11
* upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org2022-02-071-4/+4
* upstream: add the sntrup761x25519-sha512@openssh.com hybriddjm@openbsd.org2021-11-101-2/+3
* upstream: RSA/SHA-1 is not used by default anymorekn@openbsd.org2021-09-261-8/+5
* upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org2021-09-161-2/+7
* upstream: Use .Cm instead of .Dq in StrictHostKeyChecking list fordtucker@openbsd.org2021-09-031-4/+4
* upstream: Refer to KEX "algorithms" instead of "methods" to matchdtucker@openbsd.org2021-09-031-5/+5
* upstream: mention that CASignatureAlgorithms accepts +/- similarly todjm@openbsd.org2021-08-131-4/+15
* upstream: Document "ProxyJump none". bz#3334.dtucker@openbsd.org2021-08-061-2/+7
* upstream: fix a formatting error and mark up known_hostsjmc@openbsd.org2021-08-031-5/+6
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-231-1/+40
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-2/+18
* upstream: reorder SessionType; ok djmjmc@openbsd.org2021-07-161-17/+17
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-141-2/+17
* Sync remaining ChallengeResponse removal.Darren Tucker2021-07-031-9/+4
* upstream: adjust SetEnv description to clarify $TERM handlingdjm@openbsd.org2021-06-041-3/+5
* upstream: remove stray inserts; from matthias schmidtjmc@openbsd.org2021-04-061-2/+2
* upstream: missing comma; from kawashima jamesjmc@openbsd.org2021-04-061-3/+3
* upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm@openbsd.org2021-04-031-4/+5
* upstream: spellingjsg@openbsd.org2021-03-131-3/+3
* upstream: Add %k to list of keywords. Fromdtucker@openbsd.org2021-03-011-3/+3
* upstream: lots more s/key types/signature algorithms/ mostly indjm@openbsd.org2021-02-241-20/+20
* upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org2021-02-171-1/+40
* upstream: ProxyJump takes "none" to disable processing likedlg@openbsd.org2021-02-171-2/+5
* upstream: move HostbasedAcceptedAlgorithms to the right place innaddy@openbsd.org2021-01-271-9/+9
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-3/+4
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-9/+9
* upstream: Minor grammatical correction.rob@openbsd.org2021-01-181-3/+3
* upstream: make CheckHostIP default to 'no'. It doesn't provide anydjm@openbsd.org2021-01-081-4/+4
* upstream: tweak the description of KnownHostsCommand in ssh_conf.5,jmc@openbsd.org2020-12-291-10/+10
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-221-2/+56
* upstream: add space between macro arg and punctuation;jmc@openbsd.org2020-10-171-2/+2
* upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org2020-10-171-2/+19
* upstream: clarify conditions for UpdateHostkeysdjm@openbsd.org2020-10-081-3/+9
* upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS isdjm@openbsd.org2020-10-071-3/+5
* upstream: enable UpdateHostkeys by default when the configurationdjm@openbsd.org2020-10-031-2/+2
* upstream: prefer ed25519 signature algorithm variants to ECDSA; okdjm@openbsd.org2020-10-031-13/+16
* upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org2020-08-271-7/+16
* upstream: fix macro slip in previous;jmc@openbsd.org2020-07-171-2/+2