Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. "type": "sftp",
  2. "sync_down_on_open": true,
  3. "sync_same_age": true,
  4. "host": "xxx.amazonaws.com",
  5. "user": "xxx",
  6. "remote_path": "/var/www",
  7. "connect_timeout": 30,
  8. "ftp_passive_mode": true,
  9. "ssh_key_file": "D:\xxx.ppk",
  10. "remote_time_offset_in_hours": 1,
  11.  
  12. {
  13. "type": "sftp",
  14. "sync_down_on_open": true,
  15. "host": "<your ec2 instance hostname>",
  16. "user": "<your username>",
  17. "remote_path": "<your remote path>",
  18. "connect_timeout": 30,
  19. "sftp_flags": ["-o IdentityFile=~<path to .pem file>"]
  20. }
  21.  
  22. "sftp_flags": ["-i", "/Users/username/pemfile.pem"],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement