Download

SSH/SCP

Notes and commands for SSH/SCP.

2024-03-27
Tags file-transferlinux-file-transferdownloadssh-scp

Setting up ssh server

  • sudo systemctl enable ssh

Starting the server

  • sudo systemctl start ssh

Checking for ssh listening port

  • netstat -lnpt

Download Files

  • scp plaintext@192.168.49.128:/root/myroot.txt.