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 #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
*
New signature methods
Matt Whiteley
2017-03-21
1
-2
/
+5
*
Merge pull request #495 from ChristianKoehler/agent-windows
Miklós Fazekas
2017-01-26
1
-2
/
+2
|
\
|
*
Fix agent detection on Windows
Christian Köhler
2017-01-26
1
-2
/
+2
*
|
Attempt to require rbnacl/libsodium, but don't care if not loaded, we care ab...
Miklos Fazekas
2017-01-18
1
-0
/
+5
*
|
Fixes nil when error is not a Gem::LoadError, and handle LoadError
Jonathan Chapman
2017-01-18
2
-2
/
+1
*
|
Merge pull request #487 from dtbartle/bartle-certs-agent
Miklós Fazekas
2017-01-12
3
-21
/
+110
|
\
\
|
*
|
Use keyword arguments for `add_identity`.
David Bartley
2017-01-12
1
-8
/
+8
|
*
|
Add support for adding and removing identities from SSH agents.
David Bartley
2017-01-12
2
-8
/
+97
|
*
|
Rename `pubkey` field to `key` in `Certificate`.
David Bartley
2017-01-12
1
-13
/
+13
*
|
|
Added integation test for cert client auth
Miklos Fazekas
2017-01-11
1
-1
/
+0
|
/
/
*
|
Merge pull request #485 from dtbartle/bartle-certs
Miklós Fazekas
2017-01-11
3
-2
/
+180
|
\
\
|
|
/
|
/
|
|
*
Add support for SSH certificates for client authentication.
David Bartley
2017-01-10
3
-2
/
+180
[next]