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
The call to scp isn't passed the correct arguments to take SSH_USER and SSH_IDENTITY_FILE environment variables into account.
Since scp accepts the same arguments as ssh, the initialSSHArgs function should be able to be used just the same, with just a little reordering of the arguments.
The text was updated successfully, but these errors were encountered:
The call to
scp
isn't passed the correct arguments to takeSSH_USER
andSSH_IDENTITY_FILE
environment variables into account.Since
scp
accepts the same arguments asssh
, theinitialSSHArgs
function should be able to be used just the same, with just a little reordering of the arguments.The text was updated successfully, but these errors were encountered: