Re: How to easily configure SSH for unattended batchs in SuSE Linux?
From: ken_yap_049863e0_aus@yooha.istcmr.comDate: 01/22/02
- Next message: Torsten Reuss: "dsa key authentication"
- Previous message: Iain Roberts: "Re: SCP Performance"
- In reply to: Andreas Meile: "Re: How to easily configure SSH for unattended batchs in SuSE Linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: ken_yap_049863e0_aus@yooha.istcmr.com Date: Tue, 22 Jan 2002 14:20:38 GMT
|> ssh-keygen # this for RSA key
|> LOCAL SITE REMOTE SITE
|>
|> $HOME/.ssh/identity.pub -> $HOME/.ssh/authorized_keys
|
|Thank very much. This worked as expected now. :-) I just had to
|generate this key pair without pass-phrase and transfer the public key
|- works great. :-)
If you want to be safer, use ssh-agent to manage the key instead.
Otherwise if your .ssh/identity file is leaked, people get access to
sites with your public key.
- Next message: Torsten Reuss: "dsa key authentication"
- Previous message: Iain Roberts: "Re: SCP Performance"
- In reply to: Andreas Meile: "Re: How to easily configure SSH for unattended batchs in SuSE Linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|