Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edit for consistency

...

Excerpt

SFTP enables file transfers to and from the Charon-SSP AWS instance. The user for file transfers is the charon user. The security group must allow SSH access to allow SFTP access to the Charon-SSP AWS instance. 

To connect to the instance as the user charon, use the following command:

$ sftp -i <path-to-your-private-key> charon@<AWS-public-IP-address>


Below you see sample output of a connection:

Code Block
languagetext
$ sftp -i .ssh/mykey.pem charon@3.81.64.139charon@<public-ip-address>
Connected to storage@3.81.64.139.
sftp> ls
media             ssp-snapshot


...