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 #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
|
\
\
|
*
|
Don't use ssh-agent if :keys_only is true (fixes net-ssh/net-ssh#137)
Steve Eley
2013-12-20
1
-3
/
+7
|
|
/
*
|
Test fix for #129
delano
2014-02-01
1
-6
/
+6
|
/
*
Merge pull request #33 from dubspeed/master
Delano Mandelbaum
2012-09-19
2
-2
/
+45
|
\
|
*
added test class for none-authentication
Michael Lennartz
2012-01-17
1
-0
/
+41
|
*
added basic tests and completed adding the "none" authentication method
Michael Lennartz
2012-01-17
1
-2
/
+4
*
|
implement many algorithms
Ryosuke Yamazaki
2012-03-26
1
-1
/
+48
*
|
Merge remote-tracking branch 'graffic/master'
rich
2012-01-21
1
-11
/
+18
|
\
\
|
|
/
|
/
|
|
*
test_ket_manager: Tests should pass in windows too.
Javier Gonel
2011-02-28
1
-9
/
+13
*
|
LH30: Failing test clarified a bit
Musy Bite
2011-08-23
1
-7
/
+11
*
|
LH30: Failing test
Musy Bite
2011-08-22
1
-9
/
+40
*
|
Fix for Net::SSH Continues to attempt authentication when notified it is not ...
delano
2011-03-01
5
-12
/
+60
|
/
*
Support "IdentitiesOnly" directive
musybite-identities-only
Musy Bite
2011-01-17
1
-2
/
+16
*
wip
delano
2010-08-25
4
-6
/
+6
*
Use foo.pub key by default, but fall back to private key.
Jamis Buck
2009-01-08
1
-3
/
+4
*
Load keys just-in-time instead of ahead-of-time
Jamis Buck
2008-12-29
3
-9
/
+21
*
Merge branch 'auser/master'
Jamis Buck
2008-12-19
2
-4
/
+6
|
\
|
*
Removed commented lines from old code, fixed two failing specs, ALL SPECS PAS...
Ari Lerner
2008-12-18
1
-1
/
+2
|
*
Removed public_key requirement, generating it from the private key
Ari Lerner
2008-12-17
1
-1
/
+1
|
*
Removed the requirement for the public key, needed to store the hash of ident...
Ari Lerner
2008-12-17
1
-2
/
+2
|
*
Faked the public key requirement as it is only used to hash they known identi...
Ari Lerner
2008-12-17
1
-1
/
+1
|
*
Updated tests to pass on all systems
Ari Lerner
2008-12-17
1
-0
/
+2
|
/
*
tests all pass with ruby19
Jamis Buck
2008-09-06
3
-50
/
+50
*
tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...
Jamis Buck
2008-04-18
1
-12
/
+11
*
Use a new option :passphrase as the possible password phrase for any encrypte...
Francis Sullivan
2008-04-16
1
-2
/
+2
*
use Hoe to centralized rakefile logic
Jamis Buck
2008-03-16
8
-8
/
+0
*
tests for publickey authmethod
Jamis Buck
2007-08-14
1
-0
/
+124
*
tests for password authmethod
Jamis Buck
2007-08-14
1
-0
/
+51
*
tests for keyboard-interactive authmethod
Jamis Buck
2007-08-14
4
-9
/
+131
*
tests for hostbased authmethod
Jamis Buck
2007-08-14
1
-0
/
+108
*
start tests for auth methods
Jamis Buck
2007-08-14
1
-0
/
+58
*
authentication session tests
Jamis Buck
2007-08-14
1
-0
/
+94
*
tests for the key manager
Jamis Buck
2007-08-14
1
-0
/
+102
*
ssh-agent tests
Jamis Buck
2007-08-14
1
-0
/
+206