Re: [Astlinux-users] ssh_root_keys

2012-11-30 Thread Lonnie Abelbeck
Michael, I don't think you really need /root/.ssh/config and /root/.ssh/known_hosts, but if you want them, then use "/mnt/kd/root/". Lonnie On Nov 30, 2012, at 7:01 PM, Michael Knill wrote: > Sorry I responded without fully looking at the answer. > > I understand the ssh_keys directory for t

Re: [Astlinux-users] ssh_root_keys

2012-11-30 Thread Michael Knill
Sorry I responded without fully looking at the answer. I understand the ssh_keys directory for the creation of the authorised_keys file for access to Astlinux so thanks for that. However I want /root/.ssh/known_hosts and /root/.ssh/config to be persistent for initiating an SSH connection from

Re: [Astlinux-users] ssh_root_keys

2012-11-30 Thread Michael Knill
Thanks everyone. Regards Michael Knill On 01/12/2012, at 10:15 AM, Lonnie Abelbeck wrote: > Hi Michael, > > Yes, this is a little confusing... > > Personally I don't have a "/mnt/kd/root" directory so the root is not > persistent, in that case "/mnt/kd/ssh_keys" directory contains public k

Re: [Astlinux-users] ssh_root_keys

2012-11-30 Thread Michael Keuter
Sent from my iPad Michael Am 30.11.2012 um 23:57 schrieb Michael Knill : > I am a little confused (not unusual). > > I want to use SSH to manage my systems and also backup and receive updates > from a central server. As such, I need persistence for /root/.ssh. > From a previous post I saw tha

Re: [Astlinux-users] ssh_root_keys

2012-11-30 Thread Lonnie Abelbeck
Hi Michael, Yes, this is a little confusing... Personally I don't have a "/mnt/kd/root" directory so the root is not persistent, in that case "/mnt/kd/ssh_keys" directory contains public keys of authorized hosts and will automatically generate the /root/.ssh/authorized_keys file. The "/mnt/kd

[Astlinux-users] ssh_root_keys

2012-11-30 Thread Michael Knill
I am a little confused (not unusual). I want to use SSH to manage my systems and also backup and receive updates from a central server. As such, I need persistence for /root/.ssh. From a previous post I saw that creating /mnt/kd/root achieved this which it did. What I am confused about however