passphrase
Where to find information about Websense Remote Filtering
A technical paper is available that compiles all the existing documentation for Remote Filtering for Websense Enterprise and Websense Web Security Suite v6.3.1. This paper contains all the information needed to install, configure, and use Remote Filtering. Additional information has been added about deployment, the processing flow, and about VPN support. A complete troubleshooting process [...]
How to Use your OpenSSH private key in Putty
When you are working with private (and public) keys generated by OpenSSH, you will have files called id_dsa and id_dsa.pub. These files can’t be used in Putty directly. Instead they need to be converted to something else using PuTTYgen, also available from the Putty page. To do this, follow these simple steps. Lets assume you already have Putty [...]
How to Configure SSH login without password
SSH login without passwordYou want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user b to Host B / user b. You don’t want to enter any passwords, because you want to call ssh from a within a shell script. How to do it [...]
How to protect your wireless network
Most wireless networks are completely unprotected when you first set them up. However, in just a few minutes, you can protect your wireless network by using the same method banks use to protect your password when you log on to their Web sites: encryption. Encryption scrambles data on your wireless network so that only computers [...]
How to Configure Rsync
Part 1 – Setting up SSH key authentication First, we need to make sure the DESTSERVER has the ability to use key authentication enabled. Find your sshd configuration file (usually ‘/etc/ssh/sshd_config’) and enable the following options if they are not already set. RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys If you edit the file be sure [...]
