遠端寫程式
Last updated
ssh -R 52698:127.0.0.1:52698 -i ~/Downloads/pem1.pem ubuntu@ec2-52-198-155-128.ap-northeast-1.compute.amazonaws.comrmate -p 52698 ./test1.js -f{
"remotePath": "./grpcftp",
"host": "ec2-52-198-155-128.ap-northeast-1.compute.amazonaws.com",
"username": "ubuntu",
"password": "password",
"port": 22,
"secure": false,
"protocol": "sftp",
"uploadOnSave": true,
"passive": false,
"debug": false,
"privateKeyPath": "/Users/eason.wang/Downloads/pem1.pem",
"passphrase": null,
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
]
}