You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transport#transfer() now uses the privateKey path defined in briefing. With this fix, privateKey has to contain a path to the keyfile instead of the key itself (docs, #8)
SSHTransport#exec(cmd, options) now passes options.exec to mscdex/ssh2#exec (#7)