index
:
delta/ruby-gems/net-ssh.git
2-10-release
2-9-release
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
20151206-updatecert
20161215-updatecert
3-1-release
GabKlein-master
add-many-algorithms
addalgos
aderouineau-master
bobtfish-fix_options_in_public_keys
bobveznat-master
cert-type-fix
chr4-new-ciphers
chrahunt-add-security-attributes-pageant
fix-cdn-for-ci
fwininger-patch-1
gh-pages
hotfix-password-prompt
ignore-disconnect-exception-when-all-closed
int-test-curve25519sha256
integration
integration-test-travis
issue-1
jefmathiot-master
keepalive-class
keepalive-maxcount
liggitt-auth_methods_config_parsing
master
mfazekas-281_ssh_config_bugfix
mfazekas-rubyversions-update
mfazekas-try-new-ubuntu
mfazekas/add-test-for-conn-timeout
mfazekas/cacha20-poly1305
mfazekas/cert-base-auth
mfazekas/diffie-hellman-group14-sha256
mfazekas/fix-int-test
mfazekas/fix-x25519
mfazekas/frozen-literal
mfazekas/gh-actions-i-test
mfazekas/gh-actions-int-test
musybite-identities-only
openssl3
openssl_3
pmarchi-master
portfwfix
rc2
refactoring_ci
release-292-prepare
remove-curve25519-sha256-libssh
revert-757-opt-in-etm-hmac
revert_aes_gcm
rm_travis
rsa-sha2
server_side
simonswine-feature_jenkins_ssh_agent
test-github-actions
therealjessesanford-master
unit-test
unit-test-3.1
v6.0
v6.1
whitespace-fixes
yugui-feature/follow-proxy-command-spec-r
github.com: net-ssh/net-ssh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
ssh
/
authentication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #876 from bschmeck/raise-on-nil-pbkdf
Miklós Fazekas
2023-01-24
1
-0
/
+1
|
\
|
*
Raise an error if BCryptPbkdf doesn't give us a key
Ben Schmeckpeper
2022-07-20
1
-0
/
+1
*
|
Fix certificate signature_valid? check
Phillip Hellewell
2022-10-11
1
-2
/
+2
|
/
*
Merge pull request #850 from boblail/lail/expand-paths-to-identity-agent
Miklós Fazekas
2022-03-28
1
-2
/
+2
|
\
|
*
Support `~` in the path to the SSH agent's unix socket
Bob Lail
2022-03-04
1
-2
/
+2
*
|
Added support for RSA client authentication with SHA-2
Zdenek Zambersky
2021-11-18
6
-20
/
+87
*
|
Fix rubocop coding style.
Florian Wininger
2021-10-25
13
-43
/
+43
*
|
Support frozen_string_literals
mfazekas/frozen-literal
Miklós Fazekas
2021-08-07
1
-1
/
+1
*
|
Remove Trailing white space
Florian Wininger
2021-07-01
5
-102
/
+98
*
|
Fix empty line for code clarity
Florian Wininger
2021-07-01
14
-16
/
+17
*
|
Add Space after colon
Florian Wininger
2021-07-01
1
-1
/
+1
*
|
Fix rubocop issue with last version
Florian Wininger
2021-07-01
2
-42
/
+38
*
|
Merge pull request #727 from Lapizistik/master
Miklós Fazekas
2020-06-12
1
-0
/
+14
|
\
\
|
*
|
Remove trailing blank on agent.rb
Klaus Stein
2020-06-12
1
-1
/
+0
|
*
|
Update lib/net/ssh/authentication/agent.rb
Klaus Stein
2020-06-12
1
-1
/
+1
|
*
|
Update lib/net/ssh/authentication/agent.rb
Klaus Stein
2020-06-12
1
-1
/
+1
|
*
|
Correct typo in comment
Klaus Stein
2019-11-17
1
-1
/
+2
|
*
|
Add ssh agent lock and unlock
Klaus Stein
2019-11-17
1
-0
/
+14
*
|
|
Implemented rsa-sha2-512, rsa-sha2-256 host_key algs
Miklos Fazekas
2020-06-10
2
-3
/
+3
*
|
|
Tweak max constant value to work with JRuby 9.1
Seth Skousen
2020-05-27
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge pull request #746 from sskousen/master
Miklós Fazekas
2020-03-16
1
-1
/
+10
|
\
\
|
*
|
Only limit value if on JRuby
Seth Skousen
2020-03-12
1
-3
/
+4
|
*
|
Only limit valid_before if on JRuby
Seth Skousen
2020-03-12
1
-5
/
+5
|
*
|
Only limit value if on JRuby
Seth Skousen
2020-03-12
1
-1
/
+6
|
*
|
Limit cert.valid_before to max supported by JRuby
Seth Skousen
2020-03-11
1
-1
/
+4
*
|
|
RbNacl dependecy was replaced with ed25519
Popa Marius Adrian
2020-03-13
1
-1
/
+1
|
/
/
*
|
allow multiple newlines for OPENSSH PRIVATE KEY
sawanoboly
2020-01-23
1
-1
/
+2
*
|
Fix rubocop complaints
Anders Carling
2019-10-31
1
-1
/
+0
*
|
Remove disused variable
Anders Carling
2019-10-31
1
-1
/
+1
*
|
Fix signing with private key file existing both on disk and in agent, without...
Anders Carling
2019-10-31
1
-7
/
+2
*
|
Support :certkeys and CertificateFile configuration option
Anders Carling
2019-10-29
2
-1
/
+39
|
/
*
Define rubocop metric length
Florian Wininger
2019-09-25
3
-4
/
+9
*
Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...
Florian Wininger
2019-08-23
1
-6
/
+2
*
Pass :password_prompt to KeyFactory.load_private_key
Kimmo Lehto
2019-03-22
1
-1
/
+1
*
Encrypted openssh keys were not asked for passphrase
Miklos Fazekas
2019-02-10
1
-1
/
+12
*
Fixed private key read from new type ssh format
Miklos Fazekas
2018-12-12
1
-1
/
+1
*
Support new private key format for other than ed25519 keys
Miklos Fazekas
2018-11-27
1
-45
/
+62
*
Merge pull request #640 from chrisroberts/fix/bad-key
Miklós Fazekas
2018-11-27
1
-0
/
+4
|
\
|
*
Skip identities that provide invalid key
Chris Roberts
2018-11-06
1
-0
/
+4
*
|
Add support for IdentityAgent in ssh_config
Frank Groeneveld
2018-11-25
2
-4
/
+6
|
/
*
fixing to work with windows and wingftpserver connecting with public key
Pete Brumm
2018-07-11
1
-0
/
+2
*
load default public key
Miklos Fazekas
2018-06-03
1
-0
/
+1
*
Specify dll extension
W
2018-05-29
1
-5
/
+5
*
FingerprintHash SHA256|MD5
Miklos Fazekas
2018-03-22
1
-9
/
+12
*
when key_data option is present we should not try to use default keys
Josh Larson
2018-03-22
2
-29
/
+33
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
8
-83
/
+97
*
add sha256 key fingerprinting
Tom Maher
2018-03-21
2
-38
/
+78
*
Updated rubocop
Miklos Fazekas
2018-03-21
14
-1366
/
+1375
*
Bump major version, and remove old ruby versions
Miklos Fazekas
2018-01-02
1
-1
/
+1
*
Replace RbNaCl dependency with ed25519 gem
Tony Arcieri
2018-01-02
3
-23
/
+11
[next]