##------------------------------------------------------------------------------ ## config/shfs.txt ## ## Creation: 2004-01-16 abe ## Last Update: $Id$ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##------------------------------------------------------------------------------ #------------------------------------------------------------------------------- # Optional package: SHFS #------------------------------------------------------------------------------- OPT_SHFS='no' SHFS_DEBUGMODE='0' # 0=off, 1,2,3=on, increasing verbose level SHFS_TIMEOUT='30' # max. time in seconds to wait for mounts SHFS_KNOWNHOST_N='0' # add server to ./putty/sshhostkeys SHFS_KNOWNHOST_1_FILE='@server' # server public putty rsa2 key SHFS_MNT_N='0' # number of mounts SHFS_MNT_1_REMOTE_HOST='server' # DNS name or IP address of host to login SHFS_MNT_1_REMOTE_USER='johndoe' # remote user account on host SHFS_MNT_1_REMOTE_DIR='' # remote directory, may be empty = users root SHFS_MNT_1_REMOTE_PORT='22' # ssh port of remote server, usually 22 SHFS_MNT_1_LOCAL='/mnt/data' # mount point on the fli4l router SHFS_MNT_1_OPTIONS='rw' # mount options, e.g: ro, rw, nocache, noexec SHFS_MNT_1_KEYFILE='johndoe.pkk' # private keyfilename in /putty SHFS_MNT_1_DELKEY='yes' # delete key after mount: yes or no