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
/
session.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for RSA client authentication with SHA-2
Zdenek Zambersky
2021-11-18
1
-1
/
+3
*
Fix rubocop coding style.
Florian Wininger
2021-10-25
1
-2
/
+2
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
1
-1
/
+2
*
Fix rubocop issue with last version
Florian Wininger
2021-07-01
1
-14
/
+12
*
Support :certkeys and CertificateFile configuration option
Anders Carling
2019-10-29
1
-0
/
+7
*
Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...
Florian Wininger
2019-08-23
1
-6
/
+2
*
load default public key
Miklos Fazekas
2018-06-03
1
-0
/
+1
*
when key_data option is present we should not try to use default keys
Josh Larson
2018-03-22
1
-29
/
+29
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
1
-1
/
+3
*
Updated rubocop
Miklos Fazekas
2018-03-21
1
-138
/
+140
*
Refactor prompting to a class that can be customized
Miklos Fazekas
2016-04-08
1
-1
/
+2
*
on_open_failed should tell the session to remove the socket from event loop b...
Miklos Fazekas
2016-03-06
1
-1
/
+1
*
Make Net::SSH.start `user` default to Etc.getlogin if it's nil and config di...
mexisme
2015-12-10
1
-3
/
+0
*
# This is a combination of 2 commits.
mexisme
2015-12-10
1
-0
/
+3
*
Add Ed25519 to private key list
Chris Aumann
2014-04-16
1
-2
/
+2
*
Change private key order to prefer RSA oder DSA
Chris Aumann
2014-04-16
1
-2
/
+2
*
added default that match openssh ssh_config defaults
Jesse Sanford
2014-01-17
1
-1
/
+1
*
Fix for "Authentication Method determination can pick up a class from the roo...
Dave
2013-09-23
1
-0
/
+1
*
Removing warnings
Carsten Dreesbach
2012-12-23
1
-2
/
+2
*
Merge pull request #33 from dubspeed/master
Delano Mandelbaum
2012-09-19
1
-1
/
+1
|
\
|
*
Added the "none" authentication type as of RFC 4252 / Sec. 5.2
Michael Lennartz
2012-01-17
1
-1
/
+1
*
|
implement many algorithms
Ryosuke Yamazaki
2012-03-26
1
-4
/
+12
|
/
*
Avoid dying when unsupported auth mechanisms are defined (e.g. kerberos-related)
Peter C. Norton
2011-12-23
1
-1
/
+6
*
Fix for Net::SSH Continues to attempt authentication when notified it is not ...
delano
2011-03-01
1
-6
/
+13
*
Add :key_data option for specifying raw private keys in PEM format
Jamis Buck
2009-02-12
1
-1
/
+8
*
teach the key manager about a handful of default key names
Jamis Buck
2008-05-02
1
-1
/
+12
*
tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...
Jamis Buck
2008-04-18
1
-1
/
+1
*
Use a new option :passphrase as the possible password phrase for any encrypte...
Francis Sullivan
2008-04-16
1
-1
/
+1
*
If a password is given as an option, and a publickey needs a password, first ...
Francis Sullivan
2008-04-13
1
-1
/
+1
*
more documentation. flesh out the docs on Net::SSH::Connection::Channel a bit...
Jamis Buck
2008-03-20
1
-1
/
+6
*
refactor the log levels
Jamis Buck
2008-03-17
1
-3
/
+3
*
Starting to document everything
Jamis Buck
2007-08-17
1
-1
/
+19
*
authentication session tests
Jamis Buck
2007-08-14
1
-4
/
+3
*
Add a default prompt for keyboard-interactive and key loading. Tries HighLine...
Jamis Buck
2007-08-10
1
-2
/
+5
*
add support for zlib and zlib@openssh.com compression
Jamis Buck
2007-08-09
1
-1
/
+5
*
auth agent forwarding
Jamis Buck
2007-07-27
1
-0
/
+2
*
keyboard-interactive
Jamis Buck
2007-07-24
1
-2
/
+4
*
Add v2 branch
Jamis Buck
2007-07-24
1
-0
/
+83