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
Branch
Commit message
Author
Age
2-10-release
Version changes
Miklos Fazekas
10 years
2-9-release
Prpare for 2.9.4 release
Miklos Fazekas
10 years
2.0
Fix circular require warning in Ruby 1.9.2
delano
15 years
2.1
Release 2.2.0
delano
14 years
2.2
Version 2.2.2
delano
14 years
2.3
Release 2.3.0 (Support for hmac-sha2 and diffie-hellman-group-exchange-sha256)
delano
14 years
2.4
Release 2.5.1
delano
13 years
2.5
Release 2.5.2
delano
13 years
2.6
Version bump
delano
12 years
2.7
Version bump
delano
12 years
20151206-updatecert
Updated gemspec
delano
10 years
20161215-updatecert
Added notes for gem signing
delano
9 years
3-1-release
Merge pull request #523 from camertron/3-1-release
Miklós Fazekas
8 years
GabKlein-master
Fixed merge from GabKlein-master
delano
12 years
add-many-algorithms
2.4.0
delano
13 years
addalgos
Merged addalgos
delano
13 years
aderouineau-master
Merge branch 'master' of github.com:aderouineau/net-ssh into aderouineau-master
delano
11 years
bobtfish-fix_options_in_public_keys
Merge branch 'fix_options_in_public_keys' of github.com:bobtfish/net-ssh into...
delano
11 years
bobveznat-master
Handle ssh-rsa and ssh-dss certificate files
Bob Van Zant
12 years
cert-type-fix
Added test for host_key_format
Miklos Fazekas
7 years
chr4-new-ciphers
Adapt test for new ciphers #3
Chris Aumann
11 years
chrahunt-add-security-attributes-pageant
Merge branch 'add-security-attributes-pageant' of github.com:chrahunt/net-ssh...
delano
11 years
fix-cdn-for-ci
Try to fix CI
Miklós Fazekas
5 years
fwininger-patch-1
Update README.md
Florian Wininger
5 years
gh-pages
Update docs
Miklos Fazekas
6 years
hotfix-password-prompt
Re-introduce hostbased auth by default (investigating #145)
delano
11 years
ignore-disconnect-exception-when-all-closed
Merge pull request #421 from mfazekas/read-data-return-before-raise
Miklós Fazekas
9 years
int-test-curve25519sha256
Integration test for Curve25519Sha256Keys
Miklos Fazekas
6 years
integration
Test all kex
Florian Wininger
3 years
integration-test-travis
Integration tests on travis
Miklos Fazekas
9 years
issue-1
Scale back IO#select patch so it mutexes only zero-timeout calls
Daniel Azuma
16 years
jefmathiot-master
Merge branch 'master' of github.com:jefmathiot/net-ssh into jefmathiot-master
delano
11 years
keepalive-class
Make keepalive a class
Miklos Fazekas
11 years
keepalive-maxcount
refactor keepalive to a module
Miklos Fazkeas
11 years
liggitt-auth_methods_config_parsing
Merge branch 'auth_methods_config_parsing' of github.com:liggitt/net-ssh into...
delano
11 years
master
Update README.md
Florian Wininger
2 years
mfazekas-281_ssh_config_bugfix
Merge branch '281_ssh_config_bugfix' of github.com:mfazekas/net-ssh into mfaz...
delano
11 years
mfazekas-rubyversions-update
Update ruby versions on travis
Miklós Fazekas
5 years
mfazekas-try-new-ubuntu
fix: integration test should use legacy PEM format for private keys if ED2551...
Miklós Fazekas
2 years
mfazekas/add-test-for-conn-timeout
test: added integration test for connection timeout
Miklós Fazekas
2 years
mfazekas/cacha20-poly1305
POC: chacha20-poly1305 with rbnacl poly1305
Miklós Fazekas
2 years
mfazekas/cert-base-auth
CHangelog, ignore vedor from rubocop
Miklós Fazekas
4 years
mfazekas/diffie-hellman-group14-sha256
Add support for diffie-hellman-group14-sha256, fixes #794
Richard Schwab
4 years
mfazekas/fix-int-test
Fix matrix
Miklós Fazekas
4 years
mfazekas/fix-x25519
Remove x25519 workarounds
Miklós Fazekas
4 years
mfazekas/frozen-literal
Support frozen_string_literals
Miklós Fazekas
4 years
mfazekas/gh-actions-i-test
Run all tests
Miklós Fazekas
4 years
mfazekas/gh-actions-int-test
Rubocop fixes
Miklós Fazekas
4 years
musybite-identities-only
Support "IdentitiesOnly" directive
Musy Bite
15 years
openssl3
Fix #854 regression
Florian Wininger
3 years
openssl_3
Add unit-test for openssl 3
Florian Wininger
3 years
pmarchi-master
! transport won't be closed if authentication fails
Patrick Marchi
14 years
portfwfix
Merge branch 'portfwfix' of http://github.com/mfazekas/net-ssh into portfwfix
delano
15 years
rc2
Fix rubucop
Miklós Fazekas
4 years
refactoring_ci
Update README.md
Florian Wininger
3 years
release-292-prepare
Preparing to 2.9.2 final release
Miklos Fazekas
11 years
remove-curve25519-sha256-libssh
Merge pull request #210 from mfazekas/allow-number_of_password_prompts
Miklós Fazekas
11 years
revert-757-opt-in-etm-hmac
Revert "Make hmac-sha2-{256,512}-etm opt-in"
Miklós Fazekas
5 years
revert_aes_gcm
Revert aes-gcm @ openssl
Miklos Fazkeas
11 years
rm_travis
Fix link
Florian Wininger
3 years
rsa-sha2
Added support for RSA client authentication with SHA-2
Zdenek Zambersky
4 years
server_side
Added integrations test refactored out channel extensions
Miklos Fazekas
11 years
simonswine-feature_jenkins_ssh_agent
Merge branch 'feature_jenkins_ssh_agent' of github.com:simonswine/net-ssh int...
delano
11 years
test-github-actions
Ignore rubocop on head
Miklós Fazekas
5 years
therealjessesanford-master
removed debug messages
Jesse Sanford
12 years
unit-test
Use the last ubuntu LTS
Florian Wininger
3 years
unit-test-3.1
Add support of ruby 3.1 and drop 2.5
Florian Wininger
3 years
v6.0
6.0.2 prepare
Miklos Fazekas
5 years
v6.1
6.1 release prepare
Miklos Fazekas
5 years
whitespace-fixes
Whitespace fixes
Miklos Fazekas
7 years
yugui-feature/follow-proxy-command-spec-r
Merge branch 'feature/follow-proxy-command-spec-r' of github.com:yugui/net-ss...
delano
11 years