When connecting from a Windows client to a NIX server via ssh / sftp / scp, the usage of ssh keys would come in handy. The generation of a ssh keypair, will cause two keys to be generated. One private key, and one public key. The private key stays with you / your machine, and…
Category: Windows
gnuPG Keys
This setup was initially setup for windows to linux system, however, it can be adapted for a total linux or total windows environment easily. Download the files from gnupg.org. In the case of windows, you can download the binary for windows. For windows, you’ll need an integrity checker to verify the CRC. You can grab…
SSH Keys between Windows and Linux
Contents Use the Open SSH client key generation utility Generate a key pair with a default name and location Convert the Key(s) Create SSH Tunnel with putty Use the Open SSH client key generation utility Use the Open SSH key generation utility to generate a key pair and convert the public key to the proper…