Hi, You need to be sure that sshd-1 is in your PKGPATH. Mount your floppy.
mount -t msdos /dev/fd0 /mnt for a 14.4 disk and edit syslinux.cfg The PKGPATH is a coma seperated list on *one* line. Just add sshd-1 to the end of the list. My syslinux.cfg looks like this (whithout the line breaks imposed by email). --------------------------------- display syslinux.dpy timeout 0 default linux append=load_ramdisk=1 initrd=root.lrp initrd_archive=minix ramdisk_size=12288 root=/dev/ram0 boot=/dev/fd0,msdos PKGPATH=/dev/hdb:iso9660 LRP=etc,ramlog,local,lynx,nmap,sshd-1,lncurses,libpcap,tcpdump,weblet,vim,modules,dnscache,debug ------------------------------------ Good Luck, Robert >Thanks for the quick reply. Let me make myself more clear on point 1: > >I install the sshd and keygen package: > mount -t iso9660 /dev/hda /mnt > cd /mnt > lrpkg -i sshd1 > lrpkg -i ssh1-key > mkhostkey;cd/;umount /mnt >Files and dirs which were created: > /etc/ssh/sshd_config, ssh_host_key, ssh_host_key.pub > /etc/init.d/ssh >In lrcfg when I go to (3)packages or (b)backup I now have: > (10)sshd-1, (11)ssh1-key >In /var/lib/lrpkg/ sshd-1.* and ssh1-key.* are all there > >I can back them up with no errors. BUT when I reboot the firewall it's as >if nothing happened. On the floppy there are the backup packages sshd-1.lrp >and ssh1-key.lrp, but they aren't loading. I'm sure I overlooked something >simple, but I haven't found it in the docs yet. Is there a file in which I >must specify to load additional packages from the floppy? Thanks. > >-Scott > >----- Original Message ----- >From: "Patrick Benson" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, November 08, 2001 1:42 PM >Subject: Re: [Leaf-user] newb help > > >> > Scott wrote: >> > >> > I'm having trouble getting the dachstein CD rc3 to work on my >> > network. Everything boots fine but I run into some problems: >> > >> > 1. I install the sshd1 and ssh1-key packages to allow remote access, >> > uncomment the line in inetd.conf, but can't connect after reboot. >> > This is because /etc/ssh isn't backed up, nor is /usr/sbin/sshd. >> > They're also gone from the backup menu list. What am I missing here? >> >> >http://leaf.sourceforge.net/pub/doc/guide/install-eigerstein/eiger-cfg-sshd. >html >> >> If you issue a "ps ax" command at the prompt look for a line: >> >> # ps ax >> PID Uid Gid State Command >> >> 1049 root root S /usr/sbin/sshd >> >> which means that the sshd server is running. At the bottom of this page >> you will find how to use ssh from the CD-ROM: >> >> >http://leaf.sourceforge.net/devel/cstein/files/LRP-CD/LRP-CD-20001109/LRP-CD >-Readme.txt >> >> > I appologize in advance if this has been covered in this list, but I >> > couldn't find anything searching the archive. In fact, doing a search >> > with just "ssh" at the leaf-users archives only brought up 1 document, >> > unrelated to ssh. >> >> http://wpkgate.kc.com.my.cpwright.com/lrp/ssh-1.help >> http://wpkgate.kc.com.my.cpwright.com/lrp/sshd-1.help >> >> >> -- >> Patrick Benson >> Stockholm, Sweden >> >> _______________________________________________ >> Leaf-user mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/leaf-user >> > > >_______________________________________________ >Leaf-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/leaf-user _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
