What is SSH? How does it work? Your complete Guide with Simple Practical Solution – Linux / Unix / Windows.

Posted by Jiltin     Tags: , , , , 30 April, 2009    6,438 views    (1) Comment

I was reluctant to squeeze my mind to understand the nuance of SSH trust key setup until now. Yesterday, forced to learn during our go-live, I had the 12 hours experience with SSH Trust keys and I am sharing the experience. Unlike my old thought, this is not complex or arcane secret, but a simple and straightforward solution. To simplify the concept, here is the analogy using Post Box (Mail box) and Bank Locker (or lock box or safe box): What is SSH? How does it work? – Analogy / Public Read Full Article (Click here)...

Categories : Scripts Unix, Windows Tags : , , , ,

How To Create Ssh Trust Connection Between Servers Or Client-Server To Connect Without Password?

Posted by Jiltin     Tags: , , , , , 18 February, 2009    6,882 views    (0) Comment

SSH can give you authenticated and encrypted connections to remote computers. If you set up keys you can make these connections without passwords. 1. Generate a public and private key pair on the machine from where you want to login to other machines. For SSH1: # ssh-keygen -t rsa1 For SSH2 (Recommended): # ssh-keygen -t dsa You will be prompted for a file in which the key and a passphrase will be saved. You may press Enter through each of these prompts. If you do so, the key generation Read Full Article (Click here)...

Categories : Scripts Unix Tags : , , , , ,

How to Implement Trusted Authentication Mechanisms in Linux, Unix and Windows servers, why?

Posted by Jiltin     Tags: , , , , , 7 January, 2009    688 views    (0) Comment

For multi-tier server environments where user IDs are already authenticated by a server or Web server’s authentication mechanism and then must assert those identities on the metadata server, the authorization facility supports two types of trusted connections: trusted user connections and trusted peer session connections. Trusted Authentication provides a single sign-on solution for integrating your Enterprise applications authentication solution with third-party authentication Read Full Article (Click here)...

Categories : Scripts Unix Tags : , , , , ,