Lynxbee topic

SSH

Technical resources about SSH.

Resume Large File Transfers over Unstable SSH

Use `rsync` over SSH as a restartable transfer protocol: keep partial data, rerun the same command after a disconnect, publish only after checksum verification, and avoid exposing a temporary HTTP server.

Connect to an Amazon EC2 Linux Instance with SSH

Connect to an EC2 Linux instance without weakening its security: verify the instance and host key, protect the SSH private key, choose the correct AMI username and address, restrict ingress, and diagnose timeout versus authentication failures.

Copy Files Between Linux Hosts with SSH

Use scp for a straightforward one-off copy, rsync over SSH for repeatable or resumable directory synchronization, SFTP for interactive/file-oriented workflows, and a tar stream for carefully controlled archive pipelines. The protocol encrypts transport; you still need host verification, least privilege, safe destination semantics, and end-to-end validation.

Engineering weekly

Useful technical knowledge, not inbox noise.

Receive verified fixes, references, labs, and tools. Confirm by email; unsubscribe any time.