Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 363 Bytes

SSH_details.md

File metadata and controls

15 lines (11 loc) · 363 Bytes

Skill set #1: Understand an ssh command

  • -Y option

Skill set #2: Automate connections

  • ssh keys: generate and use
  • ssh config file: what it is and some useful tidbits to put in yours
  • ssh agent

Link to training

Skill set #3: Easy access to your remote files

  • sshfs
  • Copying files: scp, rsync, bbcp, sftp

Link to training