Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Merge branch 'hans/ssh/eddsa/OTP-15094' into maint | Hans Nilsson | |
* hans/ssh/eddsa/OTP-15094: ssh: Add Edward curves to the documentation ssh: Update test cases for eddsa ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | |||
2018-11-19 | ssh: Make host and user key pre-checking better | Hans Nilsson | |
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported. Also centralize host key checking to avoid code duplication. This was already done for user keys. | |||
2018-11-19 | ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | Hans Nilsson | |
Requires OpenSSL-1.1.1 https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00 | |||
2018-10-24 | ssh: Re-phrase and adjust the documentation (ssh_file.xml) | Hans Nilsson | |
2018-10-24 | ssh: Move some option's documentation to ssh_file | Hans Nilsson | |
user_dir user_dir_fun (missing previously) *_passphrase system_dir | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-25 | ssh: New -spec and -type | Hans Nilsson | |
2017-05-15 | ssh: ssh_file:user_key/2 checks ec keytype | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-26 | ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2 | Hans Nilsson | |
2017-04-07 | ssh: Fix supervisors, start daemon and connect code | Hans Nilsson | |
Remove many internal options and made them as explicit arguments. | |||
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2016-05-04 | ssh: -spec added for behaviours | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-11-13 | ssh: ssh_file:default_user_dir/0 - try HOME env var first | Hans Nilsson | |
2015-11-11 | ssh: add better error handling in ssh_file | Hans Nilsson | |
ssh_file:lookup_user_key_fd and ssh_file:lookup_host_key | |||
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-08 | ssh: ECDSA public key implemented | Hans Nilsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-02-05 | ssh: fix 'known_hosts' bug in ssh_file | Hans Nilsson | |
2013-06-17 | ssh: Not run chmod every lookup | Fredrik Gustafsson | |
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-08-29 | ssh: Increase robustness | Ingela Anderton Andin | |
If a line of single line of the authorized_key file och known_hosts file is incorrectly formated ignore it. | |||
2012-02-15 | Add support for key files protected by pass phrases | Ingela Anderton Andin | |
2012-02-13 | Add behaviour (api) module with callback specs | Gustav Simonsson | |
Function parameter and return type specifications for the public key functions | |||
2012-02-10 | Cleaned up code so that ssh_file can become a template for a documented | Ingela Anderton Andin | |
ssh_keys behavior | |||
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
2012-02-10 | Removed no longer needed code | Ingela Anderton Andin | |
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-01-24 | Merge branch 'nick/ssh/sign-verify-binary' into maint-r14 | Erlang/OTP | |
* nick/ssh/sign-verify-binary: Updated appup file. Updated notes file. Changed year in copyright header. Added updated modules to the appup file. Improved error handling for ssh:connect/3/4. Release note contained wrong ticker number. OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}. | |||
2010-12-28 | ssh: ensure ~/.ssh exists | Tuncer Ayaz | |
Make sure that ~/.ssh exists before trying to open files like ~/.ssh/known_hosts. Reported-By: Daniel Goertzen | |||
2010-12-20 | OTP-8987 | Niclas Eklund | |
In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}. OTP-8986 It is now possible to use SSH to sign and verify binary data. | |||
2010-11-01 | Move away from using deprecated public_key function pem_to_der. | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |