Updated few variable names

This commit is contained in:
bajatin 2020-02-09 19:14:43 +05:30 committed by GitHub
parent 820e382283
commit a4fe0a3bb0

View file

@ -143,13 +143,13 @@ openssl enc -aes-256-cbc -d -in <sample-encrypted> -out <sample-filename>
% Shell Server
# Access via ssh
ssh <username@remote>
ssh <username-remote>
# Copy file from server to local
scp <username@remote>:<file-to-send-path> <path-to-recieve>
scp <username-remote>:<file-to-send-path> <path-to-recieve>
# Copy file from local to server
scp <file-to-send> <username@remote>:<where-to-put>
scp <file-to-send> <username-remote>:<where-to-put>
# Escape files with spaces in name like this
<-path-to-file>\\\ <name-png>