aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.erl
AgeCommit message (Expand)Author
2015-06-26ssh: Use old crypto with newer sshIngela Anderton Andin
2012-11-21is_boolean/1 is called instead of checkingFredrik Gustafsson
2012-11-20Removed ip options to gen_tcp from ssh.erlFredrik Gustafsson
2012-11-15Fixed user interaction sshFredrik Gustafsson
2012-11-05SSH quiet modeFredrik Gustafsson
2012-11-02Option to ssh:connect {pref_public_key_algs, list()} where you can give the a...Fredrik Gustafsson
2012-08-28ssh: Correct error handling of ssh connectIngela Anderton Andin
2012-08-01SSH: Make "auth_methods" server option re-usableStefan Zegenhagen
2012-04-24Corrected ssh option handlingIngela Anderton Andin
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-21Added checks of API inputIngela Anderton Andin
2012-02-15Add support for key files protected by pass phrasesIngela Anderton Andin
2012-02-10Client fallbacks to ipv4 if connection is refused with ipv6Ingela Anderton Andin
2012-02-10Cleaned up code so that ssh_file can become a template for a documentedIngela Anderton Andin
2012-02-10Better handling of IPv6Ingela Anderton Andin
2012-02-10Removed no longer needed codeIngela Anderton Andin
2010-12-27Improved error handling for ssh:connect/3/4.Niclas Eklund
2010-12-20OTP-8987Niclas Eklund
2010-04-21Changes after ssh-1.1.8Niclas Eklund
2010-04-21New branch for ssh-2.0 and laterNiclas Eklund
2010-03-30Exporting ssh:connect/4Niclas Eklund
2010-03-22Fix usage of ip_v6_disabled and publish itNiclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP