summaryrefslogtreecommitdiffstats
path: root/ssh.1 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-11check for NULL return from shadow_pw()Damien Miller1-0/+3
2018-10-11upstream: introducing openssh 7.9deraadt@openbsd.org1-2/+2
2018-10-11supply callback to PEM_read_bio_PrivateKeyDamien Miller1-1/+15
2018-10-10in pick_salt() avoid dereference of NULL passwordsDamien Miller1-1/+2
2018-10-09upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrasedjm@openbsd.org1-2/+11
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org2-10/+23
2018-10-04upstream: when the peer sends a channel-close message, make sure wedjm@openbsd.org1-1/+23
2018-10-04upstream: factor out channel status formatting fromdjm@openbsd.org1-13/+24
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org4-29/+64
2018-10-04upstream: explicit_bzero here to be consistent with other kex*.c;djm@openbsd.org1-1/+2
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org6-16/+72
2018-10-02upstream: mention INFO@openssh.com for sending SIGINFOdjm@openbsd.org1-1/+8
2018-10-02only support SIGINFO on systems with SIGINFODamien Miller1-0/+2
2018-10-02upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org2-2/+77
2018-09-26upstream: remove big ugly TODO comment from start of file. Some ofdjm@openbsd.org1-14/+1
2018-09-26upstream: Document mux proxy mode; added by Markus in openssh-7.4djm@openbsd.org1-37/+107
2018-09-26upstream: s/process_mux_master/mux_master_process/ in mux masterdjm@openbsd.org1-36/+38
2018-09-22Remove unused variable in _ssh_compat_fflush.Darren Tucker1-4/+4
2018-09-22Import updated moduli.Darren Tucker1-437/+427
2018-09-21upstream: Allow ssh_config ForwardX11Timeout=0 to disable thedjm@openbsd.org2-16/+33
2018-09-21upstream: when compiled with GSSAPI support, cache supported methoddjm@openbsd.org1-3/+2
2018-09-21upstream: In sshkey_in_file(), ignore keys that are considered fordjm@openbsd.org1-4/+10
2018-09-21upstream: Treat connections with ProxyJump specified the same as onesdjm@openbsd.org2-7/+8
2018-09-21upstream: actually make CASignatureAlgorithms available as a configdjm@openbsd.org1-1/+2
2018-09-21upstream: Import updated moduli.dtucker@openbsd.org1-0/+1
2018-09-21upstream: reorder CASignatureAlgorithms, and add them to thejmc@openbsd.org4-19/+22
2018-09-20upstream: fix "ssh -Q sig" to show correct signature algorithm listdjm@openbsd.org1-2/+2
2018-09-20upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org4-10/+42
2018-09-20upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org5-9/+45
2018-09-20upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org1-23/+39
2018-09-20upstream: When choosing a prime from the moduli file, avoidmillert@openbsd.org1-6/+8
2018-09-15Fix openssl-1.1 fallout for --without-openssl.Darren Tucker1-0/+4
2018-09-15add futex(2) syscall to seccomp sandboxDamien Miller1-0/+3