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
/
config.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ssh config file so integartion test passes
Miklos Fazekas
2017-02-14
1
-92
/
+88
*
Add support for parsing ProxyJump OpenSSH configuration setting
Ryan McGeary
2017-02-10
1
-0
/
+6
*
Always use Net::SSH::Config.expandable_default_files
Matt Casper
2017-01-03
1
-10
/
+11
*
Use `any?` instead of `select`
Kimura Masayuki
2016-12-29
1
-6
/
+6
*
Support for `Include` keyword on ssh_config
Kimura Masayuki
2016-12-29
1
-3
/
+21
*
Rubocop update to 0.46.0
Miklos Fazekas
2016-12-15
1
-1
/
+1
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-1
/
+1
*
ENV["HOME"] might be empty so filter non expandable paths
Miklos Fazekas
2016-04-07
1
-1
/
+12
*
Fix incorrect pattern handling in config #310
Miklos Fazekas
2016-03-06
1
-5
/
+16
*
Read server keepalive from config (fixes: #105)
Miklos Fazekas
2016-03-05
1
-0
/
+9
*
Password auth will ask for password up to number_of_password_prompts times
Miklos Fazkeas
2014-09-26
1
-0
/
+3
*
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
*
Support negative patterns in host lookup from the SSH config file.
Kevin Menard
2014-05-01
1
-2
/
+12
*
Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...
Miklos Fazkeas
2014-04-05
1
-6
/
+22
*
Fix test failures by initializing :auth_methods
Miklos Fazekas
2014-04-04
1
-1
/
+1
*
Version bump to 2.8.1 with fixes for #145 and #146
delano
2014-02-19
1
-9
/
+8
*
Restore empty hash behavior for loading nonexistent files
liggitt
2014-01-29
1
-7
/
+21
*
removed debug messages
therealjessesanford-master
Jesse Sanford
2014-01-18
1
-5
/
+0
*
fixed issue with array munging
Jesse Sanford
2014-01-17
1
-3
/
+11
*
added commenting
Jesse Sanford
2014-01-17
1
-2
/
+8
*
added default that match openssh ssh_config defaults
Jesse Sanford
2014-01-17
1
-9
/
+11
*
Automatically forward environment variables defined in OpenSSH config files
Robert Schulze
2013-09-09
1
-0
/
+3
*
Update config.rb
Gabriel KLEIN
2013-03-11
1
-1
/
+2
*
Add BindAddress support to Net::SSH.
Nickolas Means
2011-06-28
1
-0
/
+2
*
Support "IdentitiesOnly" directive
musybite-identities-only
Musy Bite
2011-01-17
1
-0
/
+3
*
Allow host aliases to be numeric when parsing ssh_config files
Lee Marlow
2010-04-21
1
-1
/
+1
*
Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement ...
delano
2010-03-20
1
-6
/
+16
*
Support "ProxyCommand none" directive
Andy Lo-A-Foe
2010-02-11
1
-3
/
+5
*
Support plus sign in sshconfig hostname
delano
2010-01-15
1
-0
/
+1
*
Add support for the ProxyCommand directive.
Akinori MUSHA
2009-11-10
1
-0
/
+4
*
Multiple hosts are separated by whitespace, no comma should be put.
Akinori MUSHA
2009-11-10
1
-4
/
+4
*
Removed debug output
delano
2009-08-10
1
-1
/
+0
*
Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with...
delano
2009-08-10
1
-6
/
+11
*
Numeric host names in .ssh/config are now parsed correctly
Jamis Buck
2008-08-26
1
-1
/
+1
*
ssh_config parser fixes.
Jamis Buck
2008-06-07
1
-2
/
+10
*
add support for 'env' channel requests
Jamis Buck
2008-03-22
1
-8
/
+0
*
support for :user
Jamis Buck
2008-03-22
1
-2
/
+3
*
support for :host_name
Jamis Buck
2008-03-22
1
-2
/
+3
*
support for :host_key_alias
Jamis Buck
2008-03-22
1
-2
/
+3
*
add support for :user_known_hosts_file and :global_known_hosts_file
Jamis Buck
2008-03-22
1
-7
/
+11
*
docs for Net::SSH::Config
Jamis Buck
2008-03-19
1
-40
/
+87
*
start working to improve documentation
Jamis Buck
2008-03-18
1
-2
/
+2
*
(partial) ssh_config support
Jamis Buck
2008-03-16
1
-0
/
+127