Changeset 10445 in hybrid for branches/releng-9.0/nanobsd
- Timestamp:
- Apr 12, 2012, 11:05:47 AM (13 years ago)
- Location:
- branches/releng-9.0/nanobsd/files
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/files/etc/ssh/sshd_config
r10444 r10445 54 54 #PubkeyAuthentication yes 55 55 #AuthorizedKeysFile .ssh/authorized_keys 56 AuthorizedKeysFile /etc/ssh/authorized_keys 56 57 57 58 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts -
branches/releng-9.0/nanobsd/files/tools/wl-config
r10409 r10445 36 36 case "$1" in 37 37 '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}" 40 40 FILE_HINT="" 41 41 ;;
Note:
See TracChangeset
for help on using the changeset viewer.