vscode-sftp
vscode-sftp copied to clipboard
sshpass support
I use keepassxc and secret-tool to take care of passwords, I can access to my sftp with
sshpass -p "$(secret-tool lookup app sftp host myhost user mysuer)" sftp my_sftp_server
And I have configured my host at ~/.ssh/config because it needs some paramters. Is there a way to achieve this using your extension?