Keypar Usage
Opened this issue ยท 5 comments
AdsonCicilioti commented
How to usage with key file?
CasperPas commented
in .vscode/sftp.json
file, we have a setting field ssh_key_file
which value is key file's path. Ex:
{
"type": "sftp",
"host": "example.com",
"user": "mgsys",
"remote_path": "/usr/home/mgsys/server/",
"connect_timeout": 30,
"ssh_key_file": "~/.ssh/id_rsa"
}
AdsonCicilioti commented
Ok @CasperPas. Any solution for this in your extension?
Any fix writer permissions for production directory destination?
CasperPas commented
@AdsonCicilioti Thanks for asking. It's in my TODO list and I will make it available in upcoming releases ๐
AdsonCicilioti commented
Hello Jeff!
Any news?
CasperPas commented
Hi
I've been too busy with my daily job ๐ I'll look into it in the coming weeks (2 or 3, perhaps) ๐