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
I tried passing the variable via SSH, as suggested in some other issues, like here: #1337
But, actually my SFTP server accepts only "sftp" commands and "ssh" is restricted, so I am trying to express this functionality sftp -o "SendEnv MY_VAR" username@host
The text was updated successfully, but these errors were encountered:
I tried passing the variable via SSH, as suggested in some other issues, like here: #1337
But, actually my SFTP server accepts only "sftp" commands and "ssh" is restricted, so I am trying to express this functionality
sftp -o "SendEnv MY_VAR" username@host
The text was updated successfully, but these errors were encountered: