Azenta sFTP Data Delivery

  • Host: sftp://sftp.genewiz.com
  • User: uni1234_cumc_columbia
  • Password: ####################
  • Port: 22

Login

# Connects to sFTP and prompts for password
sftp -P 22 $User@$Host

Set Up Passwordless SSH Authentication

Ensure your SSH public key is added to the authorized_keys file on the SFTP server. If you haven’t done this yet, follow these steps:

ssh-copy-id -i ~/.ssh/id_ed25519.pub user@remote_server

Copying to an sftp server looks like:

ssh-copy-id -i ~/.ssh/id_ed25519.pub hm2882_cumc_columbia
Created by Ryan D. Najac for the Palomero Lab at the Institute for Cancer Genetics.
Page last updated on 2025-02-14.