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
*
Fix rubocop coding style.
Florian Wininger
2021-10-25
1
-4
/
+4
*
Merge pull request #765 from dax/fix_translated_strict_host_key_checking
Miklós Fazekas
2021-08-10
1
-8
/
+24
|
\
|
*
Fix StrictHostKeyChecking ssh config parameter translation
David Rousselie
2020-10-12
1
-8
/
+24
*
|
Support frozen_string_literals
mfazekas/frozen-literal
Miklós Fazekas
2021-08-07
1
-1
/
+1
*
|
Fix empty line for code clarity
Florian Wininger
2021-07-01
1
-1
/
+0
*
|
Fix rubocop issue with last version
Florian Wininger
2021-07-01
1
-6
/
+4
|
/
*
Add integration test for set_env option
Mingxiang Xue
2020-03-11
1
-2
/
+0
*
Fix rubocop styles
Mingxiang Xue
2020-03-09
1
-0
/
+2
*
Add set_env option
Mingxiang Xue
2020-03-09
1
-0
/
+2
*
Reduce number of lines in method to satisfy rubocop
Anders Carling
2019-10-31
1
-21
/
+21
*
Restore accidentally reordered value
Anders Carling
2019-10-31
1
-1
/
+1
*
Reduce number of lines in block to satisfy rubocop
Anders Carling
2019-10-31
1
-6
/
+2
*
Place value in globals if we're in a global context
Anders Carling
2019-10-31
1
-1
/
+1
*
Support :certkeys and CertificateFile configuration option
Anders Carling
2019-10-29
1
-2
/
+8
*
Extract proxy setup into method
Joshua Morgan
2019-08-20
1
-11
/
+15
*
Fix style violations
Joshua Morgan
2019-08-20
1
-2
/
+2
*
Remove nil value check
Joshua Morgan
2019-08-20
1
-5
/
+3
*
Consider ProxyCommand and ProxyJump togeather
Joshua Morgan
2019-08-18
1
-10
/
+21
*
Expose StrictHostKeyChecking from SSH config
Michael Smith
2019-06-20
1
-0
/
+2
*
Remove translated globals and only set check_host_ip if not already set
Miklos Fazekas
2019-03-07
1
-5
/
+0
*
5.2.0.rc2 prepare
Miklos Fazekas
2019-03-06
1
-1
/
+1
*
Read check host ip from config if present
Miklos Fazekas
2019-03-06
1
-1
/
+8
*
Improve processing of ssh_config Match conditions
Aleksandrs Ļedovskis
2018-11-28
1
-5
/
+15
*
Add support for IdentityAgent in ssh_config
Frank Groeneveld
2018-11-25
1
-0
/
+2
*
Add support for Host in Match config blocks
Miklos Fazekas
2018-03-23
1
-15
/
+26
*
FingerprintHash SHA256|MD5
Miklos Fazekas
2018-03-22
1
-0
/
+2
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
1
-29
/
+30
*
Updated rubocop
Miklos Fazekas
2018-03-21
1
-249
/
+249
*
Merge branch 'master' into default_files_sideeffects
Miklós Fazekas
2018-02-06
1
-17
/
+34
|
\
|
*
Add initial Match support
Kasumi Hanazuki
2017-10-26
1
-17
/
+34
*
|
Added unit tests
Scott Paeth
2017-07-21
1
-1
/
+1
*
|
Fixed side-effects caused by passing by reference
Scott Paeth
2017-07-20
1
-1
/
+1
|
/
*
Refine code
Kimura Masayuki
2017-06-18
1
-2
/
+8
*
Support multiple identity files
Kimura Masayuki
2017-06-18
1
-1
/
+4
*
Support including multiple files by a single Include directive
Kasumi Hanazuki
2017-04-26
1
-2
/
+9
*
Resolve relative paths in the Include directive properly
Akinori MUSHA
2017-03-24
1
-7
/
+5
*
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
[next]