Persistent RSA keys on reboot?

Home Forums FaxFinder Persistent RSA keys on reboot?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2547
    [ Max ]
    Participant

    Is there a way I can have /.ssh/authorized_keys populated with a public key upon every reboot? I’m reading through the init scripts of the faxfinder, and the closest thing I can think of short of writing a new ramdisk image is to replace /usr/local/sbin/cupsd with a script that does this in addition to starting CUPS. Is there a better way?

    #3120
    Jesse Gilles
    Blocked

    There is a utility for linux systems called “sshpass” that allows you to initiate ssh sessions and use a password for authentication from a script. You can either run all of your commands in this manner, or use sshpass to upload the authorized_keys file before you do other ssh commands using RSA authentication.

    Also, as you are probably aware, ssh access to the FaxFinder is intended for administration/debug purposes only and any modification to the FaxFinder will not be supported by Multi-Tech.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FaxFinder’ is closed to new topics and replies.