Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Lonnie Abelbeck
On Feb 9, 2010, at 9:50 AM, Darrick Hartman wrote: > Chris, > > I thought the non-gui instructions were on the doc site. I see they are > not. > > Here's the recommended method if not using the gui: > > Use this through step 4. > > http://doc.astlinux.org/userdoc:new-install > > Then: > >

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Darrick Hartman
Chris, I thought the non-gui instructions were on the doc site. I see they are not. Here's the recommended method if not using the gui: Use this through step 4. http://doc.astlinux.org/userdoc:new-install Then: fdisk /dev/hda (or whatever your device is) create a new partition that fills up

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Chris Abnett
Since my /mnt/kd/ssh is empty is there a script I can run to manually generate the keys? And since this is a lab system, is there a proper way to set up new without the gui? If so I'll wipe clean and start over the correct way... im going to use this as a template for systems to deploy so I want i

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Lonnie Abelbeck
On Feb 9, 2010, at 9:14 AM, Chris Abnett wrote: > That's definitely my issue.. the sym link is there... however my /mnt/kd/ssh > is empty... > > When I built it I used genunion after I did the compile... ?? the genunion only applies just after you formatted your CF disk for the first time. >

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Darrick Hartman
Chris, A few comments. If you have a /mnt/kd/rc.conf.d directory, the /mnt/kd/rc.conf file is not used. That may be the source of some of the problem. With unionfs active, the ssh keys should have been created in /mnt/kd/ssh. Darrick On 02/09/2010 09:14 AM, Chris Abnett wrote: > That's defi

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Chris Abnett
That's definitely my issue.. the sym link is there... however my /mnt/kd/ssh is empty... When I built it I used genunion after I did the compile... loaded the gui to take a look, might've changed my IP in it, decided I didn't care for using the gui and then started editing /mnt/kd/rc.conf and /mn

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Lonnie Abelbeck
Chris, Does your... - pbx kd # ls /mnt/kd/ssh/ ssh_host_dsa_key ssh_host_key ssh_host_rsa_key ssh_host_dsa_key.pub ssh_host_key.pub ssh_host_rsa_key.pub pbx kd # ls -l /etc/ssh lrwxrwxrwx1 root root 12 Feb 8 14:57 /etc/ssh -> /tmp/etc/ssh - look like the ab

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Chris Abnett
See I thought it should be persistant too... my password is persistant.. is there a way I can check this without the GUI? Im not using the GUI.. Here is my "mount" and df displays.. looks normal to me, but maybe something I missed? hosted1 www # mount rootfs on / type rootfs (rw) /dev/root on

Re: [Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Michael Keuter
>Content-Type: multipart/alternative; > boundary="=_NextPart_000_0013_01CAA962.49C07800" >Content-Language: en-us > >I notice everytime I reboot my astlinux machine >it always generates new host keys and so when I >got to SSH into it I get key errorsĀŠ in the case >of linux ssh Client I

[Astlinux-users] how to save SSH keys on reboot?

2010-02-09 Thread Chris Abnett
I notice everytime I reboot my astlinux machine it always generates new host keys and so when I got to SSH into it I get key errors. in the case of linux ssh Client I have to delete the key out of known hosts so it will get a new one.. How I can I get astlinux to not generate new host / server