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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make keepalive a class
keepalive-class
Miklos Fazekas
2014-12-23
2
-22
/
+27
*
Merge pull request #207 from lonre/patch-1
Miklós Fazekas
2014-12-23
1
-1
/
+1
|
\
|
*
Remove trailing space
Lonre Wang
2014-12-22
1
-1
/
+1
*
|
Merge pull request #204 from trampi/documentation_paranoid
Miklós Fazekas
2014-12-23
1
-2
/
+6
|
\
\
|
*
|
added documentation about paranoid and own verifiers
Fabian Trampusch
2014-12-22
1
-2
/
+6
|
|
/
*
|
Keepalive fixes
Jason DeTiberus
2014-12-18
1
-2
/
+7
|
/
*
Fix docs for keepalive_maxcount option
Jason DeTiberus
2014-12-04
1
-1
/
+1
*
Merge pull request #198 from trampi/little-doc-fix
Miklós Fazekas
2014-12-02
1
-2
/
+2
|
\
|
*
added bullet points for keepalive and keepalive_interval
Fabian Trampusch
2014-12-01
1
-2
/
+2
*
|
keepalive_maxcount
Miklos Fazkeas
2014-12-02
1
-1
/
+1
*
|
timeout_maxcount: Since we've just sent out a message do not count that as mi...
Miklos Fazkeas
2014-12-02
1
-1
/
+2
*
|
Merge pull request #201 from mfazekas/292-beta-vbuild
Delano Mandelbaum
2014-12-02
1
-7
/
+11
|
\
\
|
*
|
prepare 2.9.2 beta build
Miklos Fazkeas
2014-12-02
1
-7
/
+11
|
|
/
*
|
refactor keepalive to a module
keepalive-maxcount
Miklos Fazkeas
2014-12-02
2
-37
/
+51
*
|
Implemented keepalive_maxcount
Miklos Fazkeas
2014-12-02
3
-4
/
+21
|
/
*
Revert aes-gcm @ openssl
revert_aes_gcm
Miklos Fazkeas
2014-11-11
2
-4
/
+0
*
Revert "Update chipers for known_hosts"
Miklos Fazkeas
2014-10-25
1
-10
/
+2
*
removed unimplemented hmac, host_key and we now warn instead of fail for unim...
Miklos Fazkeas
2014-10-03
1
-8
/
+10
*
Merge pull request #187 from mfazekas/password_auth_ask
Delano Mandelbaum
2014-09-30
2
-10
/
+38
|
\
|
*
Password auth will ask for password up to number_of_password_prompts times
Miklos Fazkeas
2014-09-26
2
-10
/
+38
*
|
Merge pull request #186 from mfazekas/ignore_unknown_pubkey
Delano Mandelbaum
2014-09-30
1
-4
/
+10
|
\
\
|
*
|
Ignore unkown key instead of failing on it
Miklos Fazkeas
2014-09-26
1
-4
/
+10
|
|
/
*
|
Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb"
Miklos Fazkeas
2014-09-26
1
-1
/
+1
|
/
*
warning: assigned but unused variable - multi_host
Akira Matsuda
2014-09-02
1
-1
/
+0
*
warning: assigned but unused variable - hash
Akira Matsuda
2014-09-02
1
-1
/
+1
*
Fix duplicating entries in known_hosts when using proxy command
Michal Cichra
2014-07-31
2
-3
/
+10
*
Add callback to directly find out remote forwarding response
John Keiser
2014-07-17
1
-12
/
+52
*
Version bump (2.9.1)
v2.9.1
latest
delano
2014-05-13
1
-1
/
+1
*
Merge branch 'master' of github.com:net-ssh/net-ssh
delano
2014-05-12
1
-68
/
+197
|
\
|
*
Clearer C string handling.
Christopher Hunt
2014-05-11
1
-8
/
+9
|
*
Remove unnecessary unicode code, fix length determination and implement KeeAg...
Christopher Hunt
2014-05-11
1
-14
/
+10
|
*
Consolidate send_query methods and add unicode checking.
Christopher Hunt
2014-05-11
1
-62
/
+39
|
*
Cleaner compatibility. Fixes #92.
Christopher Hunt
2014-05-10
1
-135
/
+77
|
*
Clean up. Partial fix for #92. Does not work with KeeAgent.
Christopher Hunt
2014-05-10
1
-56
/
+62
|
*
Add 1.8.7 implementation.
Christopher Hunt
2014-05-10
1
-2
/
+86
|
*
Working with elevated console and elevated or limited Pageant.
Christopher Hunt
2014-05-10
1
-31
/
+33
|
*
Progress on 1.9.3 implementation.
Christopher Hunt
2014-05-06
1
-4
/
+105
|
*
Add external methods for security attribute acquiration.
Christopher Hunt
2014-05-04
1
-1
/
+21
*
|
Merge branch 'master' of github.com:net-ssh/net-ssh
delano
2014-05-12
1
-2
/
+12
|
\
\
|
|
/
|
*
Support negative patterns in host lookup from the SSH config file.
Kevin Menard
2014-05-01
1
-2
/
+12
*
|
Add aes-gcm ssh->ossl conversion
Chris Aumann
2014-05-01
1
-0
/
+3
*
|
Add support for ssh-ed25519 to lib/net/ssh/buffer.rb
Chris Aumann
2014-05-01
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:net-ssh/net-ssh
v2.9.0
delano
2014-04-30
1
-1
/
+1
|
\
|
*
Merge pull request #149 from jefmathiot/master
Delano Mandelbaum
2014-04-30
1
-1
/
+1
|
|
\
|
|
*
Added an optional "options" argument to test socket open method, as the trans...
Jef Mathiot
2014-02-21
1
-1
/
+1
*
|
|
Version bump (w/ new signing key)
delano
2014-04-30
1
-2
/
+2
|
/
/
*
|
Merge pull request #158 from mfazekas/281_ssh_config_bugfix
Delano Mandelbaum
2014-04-30
1
-6
/
+22
|
\
\
|
*
|
Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...
Miklos Fazkeas
2014-04-05
1
-6
/
+22
*
|
|
Merge pull request #161 from simonswine/feature_jenkins_ssh_agent
Delano Mandelbaum
2014-04-30
1
-0
/
+2
|
\
\
\
|
*
|
|
Ignore errors during ssh agent negotiation
Christian Simon
2014-04-21
1
-0
/
+2
[next]