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
/
key_factory.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
1
-1
/
+0
*
Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::...
Florian Wininger
2019-08-23
1
-8
/
+6
*
Encrypted openssh keys were not asked for passphrase
Miklos Fazekas
2019-02-10
1
-9
/
+98
*
Support new private key format for other than ed25519 keys
Miklos Fazekas
2018-11-27
1
-1
/
+1
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
1
-16
/
+16
*
Updated rubocop
Miklos Fazekas
2018-03-21
1
-117
/
+117
*
Add support for SSH certificates for client authentication.
David Bartley
2017-01-10
1
-1
/
+1
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-3
/
+3
*
Added ssh-ed25519 to HostKeys algorithms
Miklos Fazekas
2016-12-11
1
-5
/
+2
*
Ruby 2.4.0 compat
Miklos Fazekas
2016-10-15
1
-7
/
+7
*
Raise better errors if ED25519 support is not available
Miklos Fazekas
2016-07-19
1
-6
/
+7
*
Fix rbnacl-libsodium issue on windows, fix CI
Miklos Fazekas
2016-05-16
1
-1
/
+1
*
Make rbnacl dependency optional
Miklos Fazekas
2016-05-02
1
-33
/
+30
*
Refactor prompting to a class that can be customized
Miklos Fazekas
2016-04-08
1
-22
/
+23
*
use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1
Miklos Fazekas
2016-03-19
1
-4
/
+14
*
Fix the bug in keys with comments.
Tomas Doran
2013-12-11
1
-1
/
+7
*
Return correct ECError class for PKey::EC key type
Andreas Wolff
2013-01-10
1
-1
/
+1
*
Removing warnings
Carsten Dreesbach
2012-12-23
1
-1
/
+1
*
Use OpenSSL::PKey.read to read arbitrary private key from DER-/PEM-encoded file.
Chikanaga Tomoyuki
2012-09-05
1
-11
/
+24
*
implement many algorithms
Ryosuke Yamazaki
2012-03-26
1
-2
/
+7
*
Added option to suppress passphrase prompt to KeyFactory
Musy Bite
2011-08-23
1
-4
/
+4
*
typo on rdoc
Douglas Campos
2010-11-21
1
-1
/
+1
*
Add :key_data option for specifying raw private keys in PEM format
Jamis Buck
2009-02-12
1
-6
/
+21
*
Raise a more helpful error when a public key file is malformed
Jamis Buck
2008-08-21
1
-0
/
+2
*
tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...
Jamis Buck
2008-04-18
1
-10
/
+5
*
Use a new option :passphrase as the possible password phrase for any encrypte...
Francis Sullivan
2008-04-16
1
-5
/
+5
*
If a password is given as an option, and a publickey needs a password, first ...
Francis Sullivan
2008-04-13
1
-2
/
+6
*
docs for the exception classes, and for Net::SSH::KeyFactory
Jamis Buck
2008-03-19
1
-3
/
+14
*
Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...
Jamis Buck
2008-03-05
1
-2
/
+1
*
key factory tests
Jamis Buck
2007-08-15
1
-1
/
+1
*
Add a default prompt for keyboard-interactive and key loading. Tries HighLine...
Jamis Buck
2007-08-10
1
-44
/
+47
*
Add v2 branch
Jamis Buck
2007-07-24
1
-0
/
+73