- first implementation
- ssh commands
- scp features
- ssh library api
- use ssh configuration parameters from file
- support for identity files
- move the connection tag to the process dictionary instead of the message queue.
- smarter defaults for run! and send!
- correct error trapping on connect!
- correct error calculating sizes of iolists
- enable usage of tty: true in order to stream tty.
enable environment variables, but this blocks on ERL-1107
- update documentation in confusing spots.
- add
:user_interaction
and:save_accepted_host
values. - disable user interaction as a default
- add
SSH.Key.gen/3
function.
- add
:link
option to link the calling process to the ssh connection.
- add support for new SSH module changes present in OTP 23
- fix typo that affects OTP < 23
- remove warning message on env variable error
- allow Enum.into to error out when nonzero return code function is run
- allow file and generic streaming into scp streams