-
Notifications
You must be signed in to change notification settings - Fork 102
Settings
nordlolek edited this page Sep 15, 2016
·
3 revisions
Generate initial SFTP Config file for project by going to Packages > Remote-FTP > Create SFTP Config File
- protocol: must be set to sftp for sftp ;)
- host: mandatory
- port: mandatory, default is 22 for ssh
- user: mandatory
- hosthash: ?
- ignorehost: ?
- connTimeout: ?
- keepalive: ?
- user + password: set pass, other options have to be emty
- key: set privatekey to the path to your private key, set passphrase if key is encrypted
- Linux: get socket for ssh-agent by running "echo $SSH_AUTH_SOCK". Paste the path to the agent option, leaving private key and passphrase empty. (Changerequest for getting the socket via the environment variabl by entering "env" pending)
- Windows and pageant: enter "pageant" for agent
- Windows and ssh/cygwin: ?
- Mac: enter "env" for agent
Use "secureOptions": { "rejectUnauthorized": false}
if you want to bypass the certificate check