November 2012
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  

Categories

November 2012
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  

SSH login without password

we need an automatic login from host A / user a to Host B / user b. You don’t want to enter any passwords, because you want to call sshfrom a within a shell script.

How to do it

First log in on A as user a and generate a pair of authentication keys. Do […]

SSH Keys

Introduction

Ssh keys (key biased authentication) can be used as an alternate to using your user’s login password (password authentication) to access a ssh server. Keys can be used with or without a password (not to be confused with the login password).

This document is intended as an introduction to using ssh keys to log […]