Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |