Here's the steps that I used to SSH to and SCP from a bunch of VCSA servers. Many Linux and Unix systems are accessible using ssh, rsync, scp, sftp and other tools. Remote access can be used to retrieve files, and to run commands with access to your AFS home directory. You need to enable OpenSSH in Windows optional features. Now you can connect to remote server using ssh commands that you are used to in linux systems. SCP stands for secure copy command is used to copy files/folders between servers in secure way. This article shows 10 scp commands with practice examples.
Make SSH easy by adding entries to your local SSH config file. From this file we can set useful defaults to make logging into remote servers as easy as ssh myserver
.In the previous video, we used this long command to login with a newly created SSH key:
Locally on my Mac, I can create/edit an ssh config file:

Add the following to mirror our long command: Huawei for mac download.
Ssh Scp Command
Save and exit that file, and try to login in our simpler way:

Ssh Vs Scp
We can use this with any SSH-based tool:


Scp Over Ssh
Free fonts for mac. See the man page of ssh
to check out all the options you can use in the config file.
