summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Use connect_timeout as default for negotiation timeout instead of infinityHans Nilsson2021-10-141-1/+2
* [ssh] Add better error handling in connect/2,3,4Cons T Åhs2021-10-121-20/+68
* ssh: Add 'tcp' to ssh_dbgHans Nilsson2021-08-261-4/+68
* ssh: Add fingerprint and ssh_encode/ssh_decode functions to sshHans Nilsson2021-05-031-0/+55
* ssh: Re-write supervisor tree to use PR-4368Hans Nilsson2021-04-151-73/+96
* ssh: Refactor for changes laterHans Nilsson2021-02-021-89/+70
* ssh: New connection start procedureHans Nilsson2021-02-021-45/+27
* ssh: Remove is_port/1 from ssh.erlHans Nilsson2021-01-251-25/+52
* Merge branch 'hans/ssh/client_sup_tree_fix/ERIERL-567/OTP-17021' into maintHans Nilsson2020-12-061-3/+6
|\
| * ssh: Keeping/killing sup trees when starting on socketsHans Nilsson2020-12-041-3/+6
* | ssh: Turn off extra echo in erlang shell in ssh:shellHans Nilsson2020-10-021-1/+3
* | ssh: ssh:shell now sends LANG and LC_ALL env vars to serverHans Nilsson2020-10-021-0/+2
|/
* ssh: Use env config for OptionsHans Nilsson2020-03-201-0/+4
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | ssh: Let ssh_transport.erl use new key API keeping compatibilityHans Nilsson2020-03-111-2/+3
* | Merge branch 'maint'Hans Nilsson2020-02-211-0/+20
|\ \ | |/
| * ssh: implemented get_sock_opts/2 and get_sock_opts/2Hans Nilsson2020-02-211-0/+20
* | Merge branch 'maint'Hans Nilsson2019-10-141-25/+34
|\ \ | |/
| * ssh: Don't leak connection_ref() when ssh:shell opens itHans Nilsson2019-10-141-25/+34
* | ssh: direct-tcpip, client partHans Nilsson2019-09-201-1/+55
* | ssh: tcpip-forward, client partHans Nilsson2019-09-201-1/+69
* | Merge branch 'maint'Hans Nilsson2019-09-091-33/+102
|\ \ | |/
| * ssh: Extend ssh:daemon_infoHans Nilsson2019-09-061-19/+58
| * ssh: Extend ssh:connection_infoHans Nilsson2019-09-061-14/+44
* | ssh: Fix system stopping problems when a client's connection is closedHans Nilsson2019-08-301-3/+3
* | ssh: simplify connection startHans Nilsson2019-08-301-14/+27
|/
* ssh: Update ssh_sftp:start_channel documentation and codeHans Nilsson2019-08-121-0/+2
* Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21Hans Nilsson2019-04-121-1/+1
|\
| * ssh: Present peername for accept_callback fun also for SocketsHans Nilsson2019-04-111-1/+1
* | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP2018-12-271-19/+41
|\ \ | |/
| * ssh: Fix port leakage for daemons failing at startHans Nilsson2018-12-211-19/+41
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | ssh: ssh_channel replaced by ssh_client_channelHans Nilsson2018-04-271-2/+2
* | ssh: New -spec and -typeHans Nilsson2018-04-251-63/+130
|/
* Merge branch 'maint-18' into maintHans Nilsson2018-03-051-3/+0
|\
| * ssh: Fix cliHans Nilsson2018-01-191-1/+1
* | ssh: Server checks host key files at start and at acceptHans Nilsson2017-10-301-0/+6
* | ssh: ssh:chk_algos_opts/1Hans Nilsson2017-09-111-0/+22
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | ssh: document what happens when ssh:daemon sets both HostAddr and ip optionHans Nilsson2017-04-071-74/+8
* | ssh: Change handling of IP addresses, 'any' and names in sup structureHans Nilsson2017-04-071-30/+70
* | ssh: remove dead code and add commentsHans Nilsson2017-04-071-47/+8
* | ssh: Fix supervisors, start daemon and connect codeHans Nilsson2017-04-071-85/+155
* | ssh: fix ssh_system_sup naming of Host-Port-ProfileHans Nilsson2017-04-071-1/+1
* | ssh: handle HostAddr arg and ip-option for daemonsHans Nilsson2017-04-071-97/+124
* | ssh: Unified way of starting listening socketsHans Nilsson2017-04-071-126/+89
* | ssh: Option pruningHans Nilsson2017-04-071-2/+1
* | Merge branch 'maint'Ingela Anderton Andin2017-04-041-1/+1
|\ \
| * | ssh: fixed crash in ssh:daemon_infoHans Nilsson2017-03-241-1/+1