index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh_config.5
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: remove some unneeded Xo/Xc calls; from evan silberman the
jmc@openbsd.org
2024-09-27
1
-5
/
+3
*
upstream: document the mlkem768x25519-sha256 key exchange algorithm
naddy@openbsd.org
2024-09-11
1
-2
/
+3
*
upstream: envrionment -> environment;
jmc@openbsd.org
2024-09-04
1
-2
/
+2
*
upstream: allow the "Include" directive to expand the same set of
djm@openbsd.org
2024-09-03
1
-3
/
+10
*
upstream: sntrup761x25519-sha512 now has an IANA codepoint assigned, so
djm@openbsd.org
2024-08-23
1
-3
/
+3
*
upstream: fix double word; ok dtucker@
jsg@openbsd.org
2024-07-26
1
-3
/
+3
*
upstream: fix grammar: "a pattern lists" -> "one or more pattern
djm@openbsd.org
2024-07-08
1
-4
/
+4
*
upstream: disable the DSA signature algorithm by default; ok
djm@openbsd.org
2024-06-17
1
-6
/
+5
*
upstream: clarify KEXAlgorithms supported vs available. Inspired by
djm@openbsd.org
2024-06-14
1
-4
/
+9
*
upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462
djm@openbsd.org
2024-02-21
1
-3
/
+3
*
upstream: fix incorrect capitalisation;
jmc@openbsd.org
2024-01-11
1
-3
/
+3
*
upstream: add a "global" ChannelTimeout type to ssh(1) and sshd(8)
djm@openbsd.org
2024-01-09
1
-6
/
+16
*
upstream: add %j token that expands to the configured ProxyJump
djm@openbsd.org
2023-10-12
1
-4
/
+7
*
upstream: add ChannelTimeout support to the client, mirroring the
djm@openbsd.org
2023-10-12
1
-1
/
+68
*
upstream: mention "none" is a valid argument to IdentityFile; bz3080
djm@openbsd.org
2023-10-11
1
-2
/
+5
*
upstream: spelling fix;
jmc@openbsd.org
2023-10-06
1
-2
/
+2
*
upstream: add some cautionary text about % token expansion and
djm@openbsd.org
2023-10-04
1
-2
/
+12
*
upstream: descriptive text shouldn't be under .Cm
djm@openbsd.org
2023-08-29
1
-2
/
+3
*
upstream: add spacing for punctuation when macro args;
jmc@openbsd.org
2023-08-28
1
-2
/
+2
*
upstream: Add keystroke timing obfuscation to the client.
djm@openbsd.org
2023-08-28
1
-2
/
+20
*
upstream: configuation -> configuration
jsg@openbsd.org
2023-07-17
1
-2
/
+2
*
upstream: Add support for configuration tags to ssh(1).
djm@openbsd.org
2023-07-17
1
-1
/
+15
*
upstream: add a "match localnetwork" predicate.
djm@openbsd.org
2023-07-17
1
-2
/
+14
*
upstream: Add tilde and environment variable expansion to
dtucker@openbsd.org
2023-03-27
1
-2
/
+11
*
upstream: Like sshd_config, some ssh_config options are not
djm@openbsd.org
2023-03-10
1
-3
/
+3
*
upstream: fix double phrase in previous;
jmc@openbsd.org
2023-01-14
1
-3
/
+2
*
upstream: Document "UserKnownHostsFile none". ok djm@
dtucker@openbsd.org
2023-01-14
1
-2
/
+8
*
upstream: New EnableEscapeCommandline ssh_config(5) option
djm@openbsd.org
2022-11-30
1
-2
/
+8
*
upstream: The IdentityFile option in ssh_config can also be used to
dtucker@openbsd.org
2022-11-07
1
-2
/
+6
*
upstream: add a RequiredRSASize for checking RSA key length in
djm@openbsd.org
2022-09-17
1
-2
/
+13
*
upstream: make it clear that RekeyLimit applies to both transmitted
djm@openbsd.org
2022-06-24
1
-5
/
+5
*
upstream: Note that ProxyJump also accepts the same tokens as
dtucker@openbsd.org
2022-05-27
1
-3
/
+5
*
upstream: ssh: document sntrup761x25519-sha512@openssh.com as
naddy@openbsd.org
2022-04-06
1
-2
/
+2
*
upstream: man pages: add missing commas between subordinate and
naddy@openbsd.org
2022-04-06
1
-4
/
+4
*
upstream: document the unbound/host-bound options to
djm@openbsd.org
2022-02-15
1
-4
/
+11
*
upstream: Since they are deprecated, move DSA to the end of the
dtucker@openbsd.org
2022-02-07
1
-4
/
+4
*
upstream: add the sntrup761x25519-sha512@openssh.com hybrid
djm@openbsd.org
2021-11-10
1
-2
/
+3
*
upstream: RSA/SHA-1 is not used by default anymore
kn@openbsd.org
2021-09-26
1
-8
/
+5
*
upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; ok
djm@openbsd.org
2021-09-16
1
-2
/
+7
*
upstream: Use .Cm instead of .Dq in StrictHostKeyChecking list for
dtucker@openbsd.org
2021-09-03
1
-4
/
+4
*
upstream: Refer to KEX "algorithms" instead of "methods" to match
dtucker@openbsd.org
2021-09-03
1
-5
/
+5
*
upstream: mention that CASignatureAlgorithms accepts +/- similarly to
djm@openbsd.org
2021-08-13
1
-4
/
+15
*
upstream: Document "ProxyJump none". bz#3334.
dtucker@openbsd.org
2021-08-06
1
-2
/
+7
*
upstream: fix a formatting error and mark up known_hosts
jmc@openbsd.org
2021-08-03
1
-5
/
+6
*
upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart
djm@openbsd.org
2021-07-23
1
-1
/
+40
*
upstream: Add a StdinNull directive to ssh_config(5) that allows
djm@openbsd.org
2021-07-23
1
-2
/
+18
*
upstream: reorder SessionType; ok djm
jmc@openbsd.org
2021-07-16
1
-17
/
+17
*
upstream: add a SessionType directive to ssh_config, allowing the
djm@openbsd.org
2021-07-14
1
-2
/
+17
*
Sync remaining ChallengeResponse removal.
Darren Tucker
2021-07-03
1
-9
/
+4
*
upstream: adjust SetEnv description to clarify $TERM handling
djm@openbsd.org
2021-06-04
1
-3
/
+5
[next]