> There are multiple
> problems I am having with the router but must solve the sshd thing in
> order to do a copy and paste function of relevant information for
> troubleshooting purposes.



Ahaa.  The copy and paste problem.  It's great to have ssh to help, 
but it's not always there.

     ip addr show > /tmp/pout 2>&1

will place the output of that command in the file /tmp/pout.

     mount -t msdos /dev/fd0u1680 /mnt

will mount your LEAF floppy.

     gzip -c /tmp/pout > /mnt/pout.gz

zip the file and puts it on the floppy.

     umount /mnt

unmount the floppy.

Now you can take the diskette over to any other computer and copy it 
on there because it's a DOS format diskette.

Regards,
Matthew

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to