Tag Archives: rsa

Secure file transfer from Windows to Linux using RSA key

PSCP is a command line application which is a free implementation  of scp for win 32 platform  . This tool is used for securely copying between computer systems. It uses the SSH (secure shell) protocol, which makes it impossible for other people on the network to snoop on your password or on the data you are transferring. PSCP can run …

Read More »

Enable SSH access in Cisco ASA 5510

Once you are done with the basic configuration of Cisco ASA 5510, the next step is to enable SSH access from remote computers internally or externally, Steps involved in configuring SSH is as follows Firewall_5510#config t Firewall_5510(config)# enable password xxxxx(your password) Enable password is necessary to enable ssh access Firewall_5510(config)# username test password test123 User name and password for connecting …

Read More »