aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.erl
AgeCommit message (Expand)Author
2017-03-10Update copyright yearRickard Green
2017-02-16Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maintHans Nilsson
2017-02-15ssh: handle return values and exceptions from ssh_acceptor:handle_connectionHans Nilsson
2017-02-15ssh: More exact test for is_tcp_socketHans Nilsson
2017-02-15ssh: Add error case for bad socketHans Nilsson
2017-02-14ssh: allow a list of fingerprint algos in silently_accept_hosts optionHans Nilsson
2016-11-18ssh: Add fun and fingerprint to option 'silently_accept_host'Hans Nilsson
2016-08-24Improve ssh:start/1,2 functionsAleksei Magusev
2016-06-13ssh: add experimental test flagHans Nilsson
2016-06-01ssh: better validationHans Nilsson
2016-06-01ssh: daemon taking open socket as inputHans Nilsson
2016-05-30ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client tcp-...Hans Nilsson
2016-05-02Merge branch 'hans/ssh/daemon_port_0/OTP-13527'Hans Nilsson
2016-04-28ssh: make ssh:daemon choose port when Port=0 in the argumentsHans Nilsson
2016-04-27ssh: Idle-timer refactoring and some cosmetics and inlineingHans Nilsson
2016-04-27ssh: Begin -spec for ssh_connection_handlerHans Nilsson
2016-03-15update copyright-yearHenrik Nord
2015-12-03ssh: client pub key opt implementedHans Nilsson
2015-12-01Support SSH key callback module optionsVipin Nair
2015-11-19ssh: Make it possible for more than one daemon started with option fdHans Nilsson
2015-11-06Merge branch 'hans/ssh/pwdfun/OTP-13055' into maintHans Nilsson
2015-11-04ssh: extend 'dh_gex_limits' to server sideHans Nilsson
2015-11-04ssh: option dh_gex_groups with tag ssh_moduli_fileHans Nilsson
2015-11-04ssh, public_key: random selection of diffie-hellman moduliHans Nilsson
2015-11-04ssh: enable users to give option keyboard_interact_funHans Nilsson
2015-11-04ssh: pwdfun/4 and simple testsHans Nilsson
2015-10-16ssh: dialyzer fixHans Nilsson
2015-10-14Merge branch 'maint-18' into maintHenrik Nord
2015-10-12ssh: updatated spec for ssh:daemonHans Nilsson
2015-10-08ssh: Option max_channels added.Hans Nilsson
2015-08-25ssh: add extra random length padding in packetsHans Nilsson
2015-08-05ssh: more dh_gex test casesHans Nilsson
2015-08-05ssh: options 'dh_gex_groups' and 'dh_gex_limits'Hans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09ssh: Option unexpectedfun for ssh:daemon and ssh:connectHans Nilsson
2015-06-08Merge branch 'ia/ssh/name-spaces/OTP-12675'Ingela Anderton Andin
2015-06-05ssh: Check that user_dir and system_dir exists and are readableHans
2015-06-03ssh: Add profile optionIngela Anderton Andin
2015-06-02correct merge conflictHenrik Nord
2015-06-02Merge branch 'maint'Henrik Nord
2015-05-29ssh: Implement keyboard_interactive on server sideHans
2015-05-26ssh: Undocumented option 'compression' replaced by 'preferred_algorithms'Hans Nilsson
2015-05-26ssh: New option 'preferred_algorithms'Hans Nilsson
2015-05-26ssh: Remove erroneous option 'role'Hans Nilsson
2015-05-13ssh: option for handling the SSH_MSG_DEBUG message's printoutsHans Nilsson
2015-04-21ssh: added id_string option for server and clientHans Nilsson
2015-04-07ssh: Option minimal_remote_max_packet_size and test casesHans Nilsson
2014-10-22ssh: Add pty_alloc request to ssh:shell/[1,2,3]Ingela Anderton Andin
2014-09-25ssh: Adjust supervisor tree to make sure new listningIngela Anderton Andin
2014-08-22Test Other Clauses of start_shellMichael K. Schmidt