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
/
test
/
authentication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #727 from Lapizistik/master
Miklós Fazekas
2020-06-12
1
-0
/
+2
|
\
|
*
Add ssh agent lock and unlock
Klaus Stein
2019-11-17
1
-0
/
+2
*
|
Fix Layout/TrailingBlankLines
Florian Wininger
2020-05-29
1
-1
/
+1
*
|
allow multiple newlines for OPENSSH PRIVATE KEY
sawanoboly
2020-01-23
1
-0
/
+32
*
|
Fix rubocop complaints
Anders Carling
2019-10-31
1
-1
/
+1
*
|
Test signing using explicitly loaded keycert
Anders Carling
2019-10-31
1
-0
/
+8
*
|
Test handling of keycert list
Anders Carling
2019-10-31
1
-0
/
+14
*
|
Test matching of explicitly configured key certificates to private keys
Anders Carling
2019-10-31
1
-0
/
+55
*
|
Separate public and private keys in test
Anders Carling
2019-10-31
1
-40
/
+60
*
|
Improve test by providing a real Certificate instance instead of repurposing ...
Anders Carling
2019-10-31
1
-6
/
+24
*
|
Fix signing with private key file existing both on disk and in agent, without...
Anders Carling
2019-10-31
1
-8
/
+8
|
/
*
Define rubocop metric length
Florian Wininger
2019-09-25
2
-3
/
+0
*
Rubocop : fix parentheses
Florian Wininger
2019-08-23
1
-1
/
+1
*
Fix Layout/IndentHeredoc
Florian Wininger
2019-08-23
4
-159
/
+159
*
Fix Layout/ClosingHeredocIndentation
Florian Wininger
2019-08-23
2
-3
/
+3
*
Remove defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)
Florian Wininger
2019-08-22
2
-33
/
+27
*
Test
Kimmo Lehto
2019-03-22
1
-0
/
+6
*
Encrypted openssh keys were not asked for passphrase
Miklos Fazekas
2019-02-10
1
-1
/
+28
*
Support new private key format for other than ed25519 keys
Miklos Fazekas
2018-11-27
2
-5
/
+5
*
Skip identities that provide invalid key
Chris Roberts
2018-11-06
1
-0
/
+18
*
load default public key
Miklos Fazekas
2018-06-03
1
-8
/
+8
*
when key_data option is present we should not try to use default keys
Josh Larson
2018-03-22
1
-1
/
+190
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
7
-68
/
+72
*
add sha256 key fingerprinting
Tom Maher
2018-03-21
1
-12
/
+32
*
Updated rubocop
Miklos Fazekas
2018-03-21
12
-630
/
+628
*
Replace RbNaCl dependency with ed25519 gem
Tony Arcieri
2018-01-02
2
-4
/
+4
*
s/recieved/received/
Akira Matsuda
2017-02-10
1
-4
/
+4
*
Add support for adding and removing identities from SSH agents.
David Bartley
2017-01-12
1
-9
/
+236
*
Add support for SSH certificates for client authentication.
David Bartley
2017-01-10
2
-0
/
+131
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
6
-33
/
+33
*
Removed pagent and make possible for windows platforms to use UNIXSocket base...
Miklos Fazekas
2016-10-27
1
-1
/
+1
*
Windows test fixes
Miklos Fazekas
2016-10-20
1
-1
/
+5
*
Raise better errors if ED25519 support is not available
Miklos Fazekas
2016-07-19
1
-4
/
+4
*
Make rbnacl dependency optional
Miklos Fazekas
2016-05-02
1
-1
/
+5
*
Added ability to specify agent socket
Alon Goldboim
2016-04-28
1
-1
/
+9
*
Refactor prompting to a class that can be customized
Miklos Fazekas
2016-04-08
4
-20
/
+43
*
Migrated to minitest
Miklos Fazekas
2016-03-26
10
-10
/
+10
*
use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1
Miklos Fazekas
2016-03-19
1
-0
/
+77
*
don't prompt for passphrases in non-interactive mode
Jeremy Stanley
2015-06-09
1
-0
/
+9
*
Added non_interactive option for disabling all prompt for password
Miklos Fazekas
2015-05-20
1
-0
/
+21
*
Public key can be loaded as private key. Fixes #238
Miklos Fazekas
2015-05-20
1
-1
/
+1
*
Check if SSH key is a file
Kamil Kieliszczyk
2015-01-12
1
-0
/
+4
*
Merge pull request #187 from mfazekas/password_auth_ask
Delano Mandelbaum
2014-09-30
1
-0
/
+43
|
\
|
*
Password auth will ask for password up to number_of_password_prompts times
Miklos Fazkeas
2014-09-26
1
-0
/
+43
*
|
Ignore unkown key instead of failing on it
Miklos Fazkeas
2014-09-26
1
-0
/
+19
|
/
*
IdentiesOnly will not disable ssh_agent as it's not supposed to, a new option...
Miklos Fazkeas
2014-04-05
1
-2
/
+7
*
Merge pull request #144 from liggitt/auth_methods_config_parsing
Delano Mandelbaum
2014-02-01
1
-3
/
+2
|
\
|
*
Fix session test to work with new default auth_methods
liggitt
2014-01-29
1
-1
/
+1
|
*
updated tests to match the default of not allowing hostbased auth
Jesse Sanford
2014-01-21
1
-2
/
+1
*
|
Merge pull request #138 from SFEley/master
Delano Mandelbaum
2014-02-01
1
-3
/
+7
|
\
\
[next]