aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.erl
AgeCommit message (Expand)Author
2014-08-22Test Other Clauses of start_shellMichael K. Schmidt
2014-06-12Fix spelling mistakesMarcus Arendt
2014-06-11ssh: Handle inet and inet6 option correctlyIngela Anderton Andin
2014-05-09ssh: Use correct timeout value for the connection timeoutIngela Anderton Andin
2014-04-24ssh: Add max_session parameter to ssh:daemonHans Nilsson
2014-03-26ssh: added daemon option 'parallel_login', default falseHans Nilsson
2014-03-26ssh: Added option negotiation_timeout for ssh:daemonHans Nilsson
2014-02-14Merge branch 'weisslj/ssh-spec-doc-fixes'Henrik Nord
2014-01-28Fix incorrect proplists type referenceTuncer Ayaz
2014-01-27ssh: Fix dialyzer type specs and documentationJohannes Weißl
2013-11-13ssh: Add option to disallow CLIIngela Anderton Andin
2013-11-13ssh: Simplify handling of connection attributes (e.i. user and sockname)Ingela Anderton Andin
2013-11-13ssh: Make inet option configurable and remove ipv6_disabled optionIngela Anderton Andin
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-10-28ssh: Add ssh:sockname/1 incl doc and testsHans Nilsson
2013-10-28ssh: Add function ssh:peername/1 with testHans Nilsson
2013-06-07public_key & ssl: Add ASN-1 dependencyIngela Anderton Andin
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-22Removed deprecated functionsFredrik Gustafsson
2013-01-22handle_pref_algs with correct return valuesFredrik Gustafsson
2013-01-18Fixed bug which lead to crash in startup of daemon, if port was in useFredrik Gustafsson
2012-12-19Merge branch 'fredrik/ssh/rekeying'Fredrik Gustafsson
2012-12-13ssh: Document and clean up SSH behavioursIngela Anderton Andin
2012-12-13ssh: Add Users Guide and enhance man pagesIngela Anderton Andin
2012-12-13ssh: Added User's Guide framework and minor enhancementsNiclas Eklund
2012-11-23Renegotiating every hour and every gb sent, can be decreased with option {rek...Fredrik Gustafsson
2012-11-22Merge branch 'maint'Fredrik Gustafsson
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-16Merge branch 'fredrik/ssh/timer-on-connect/OTP-10514'Fredrik 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-10-31Option idle_time introduced, it will trigger the timer and if it is not given...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