Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The lab transfer share is not currently accessible from the AWS cloud. Insteadmounted as /cnflab , the same as on the CNF Conversion Computers and CNF Thin computers. Keep in mind disk space is limited on the Lab Transfer Share – do not use this share for large files. Instead, use SFTP to transfer files from  from any computer on the CNF network to the AWS conversion cloud. From the AWS conversion cloud, you can SFTP out to remote.cnf.cornell.edu or to jeol9500.cnf.cornell.edu for the JEOL9500 .

When using SFTP to connect into the AWS conversion cloud from CNF Thin, you will use a slightly modified version of the sftp command:

Code Block
languagebash
sftp -o "IdentityFile=/path/to/keyfile.pem" username@ip_address 

 

Windows

On Windows, we recommend using WinSCP .

  1. For the hostname, use the IP address of the AWS computer.
  2. For the username, use your AWS username.
  3. Do not enter in a password. Instead, click "Advanced"
    1. Go to SSH - Authentication
    2. For the Private Key file, use either the originally sent private key or your PUTTYGen converted private key.

How to Shut Down a Virtual Computer

...