Ignore:
Timestamp:
Apr 12, 2012, 11:05:47 AM (13 years ago)
Author:
rick
Message:

Storing the AuthorizedKeys file globally is not safer, but way easier in maintenance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/tools/wl-config

    r10409 r10445  
    3636  case "$1" in
    3737  'authorized_keys')
    38      STARTUP_LOC="/cfg/dot_ssh/${FILE}"
    39      RUNNING_LOC="/etc/dot_ssh/${FILE}"
     38     STARTUP_LOC="/cfg/ssh/${FILE}"
     39     RUNNING_LOC="/etc/ssh/${FILE}"
    4040     FILE_HINT=""
    4141   ;;
Note: See TracChangeset for help on using the changeset viewer.