LinuxSupport
linuxsupport.bsky.social
LinuxSupport
@linuxsupport.bsky.social
53 followers 12 following 4 posts
Everything Linux | Questions | Answers | Help | Jobs | Tag #linuxsupport
Posts Media Videos Starter Packs
#Linux #Ubuntu | sync files from local to remote host using #rsync with non-standard #SSH port
Why use non-standard SSH port? SECURITY.
We all know 22 is SSH default port so can be targeted.
rsync -avzhe 'ssh -p PortHere' /local-drive/here/ username@remote-server-here-or-IP:/remote/directory/here/
What is API?
Does this picture adequately explain the concept of #API to your #UncleJoe? Please, share your explainers and graphics.
#Linux #development #python #CLI