Re: OT: ssh and svn+ssh with different keys

2014-07-31 Thread Hiisi
On 28 July 2014 20:54, Rick Stevens wrote: > "ssh -i " allows you to use a different identity > than the default ~/.ssh/id_[d|r]sa" file. > -- > Solved. The problem was that ssh-copy-id didn't copied rsa.pub. Pasted it manually

Re: OT: ssh and svn+ssh with different keys

2014-07-28 Thread Hiisi
On 28 July 2014 20:54, Rick Stevens wrote: > "ssh -i " allows you to use a different identity > than the default ~/.ssh/id_[d|r]sa" file. > Doesn't work! On server side in .ssh/authorized_keys I have: command="/path/to/svnserve -t" ssh-rsa AAA hiisi@my_laptop I've generated another key, copi

Re: OT: ssh and svn+ssh with different keys

2014-07-28 Thread Rick Stevens
On 07/28/2014 09:49 AM, Hiisi issued this missive: Dear list! Sorry for off-topic. I know you're cool guys and will help me :) Is there way to use two different keys for ssh authentication on one machine for the same user to login the same server? I need one key for svn+ssh to run command on remo

OT: ssh and svn+ssh with different keys

2014-07-28 Thread Hiisi
Dear list! Sorry for off-topic. I know you're cool guys and will help me :) Is there way to use two different keys for ssh authentication on one machine for the same user to login the same server? I need one key for svn+ssh to run command on remote server and the other key to login and work from sh