Skip to content
nordlolek edited this page Sep 15, 2016 · 3 revisions

SFTP

Generate initial SFTP Config file for project by going to Packages > Remote-FTP > Create SFTP Config File

general options

  • protocol: must be set to sftp for sftp ;)
  • host: mandatory
  • port: mandatory, default is 22 for ssh
  • user: mandatory
  • hosthash: ?
  • ignorehost: ?
  • connTimeout: ?
  • keepalive: ?

options for authentication

general

  • 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

with agent

  • 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

faq

Usage of self-signed certs

Use "secureOptions": { "rejectUnauthorized": false} if you want to bypass the certificate check

Clone this wiki locally