|
Post by getmythe on Nov 1, 2006 5:07:31 GMT 7
The changes range from minor code cleanup to major feature additions. As always the modules will also be available from mshapf's website (as they link to my own webserver). www.freeside.ch/thecus/SSH.mod.tgzwww.freeside.ch/thecus/sshKeyGen.tar.gzA useful enhancement for the one and only SSH module: Storage of ssh keys. The sshKeyGen archive contains three scripts which show how to use the storage feature. They have been written with Mac OS X in mind but will work on Linux as well: keyless-entry.sh : generates sshkeys and loads public key to server (allow shell access only) secafp-keygen.sh : generate sshkeys and loads public key to server (allow port forwarding only) secafp-launch.sh : open secure tunnel to server and access afp share via tunnel www.freeside.ch/thecus/WEBDAV.mod.tgzWrite access to the webdav share can now be limited to a single user. Also note the the two address locations for webdav are life, e.g. you may copy those strings into your favourite webdav client. www.freeside.ch/thecus/NOFLASH.mod.tgzNothing new really, just some code cleanup. www.freeside.ch/thecus/FANRPM.mod.tgzAdded a 24h hour tracking of the temperature. Will take one measurement every 12 minutes only, e.g. you need to wait for half an hour before you can see anything. The harddrive will still be able to enter sleep as data is kept in memory. have fun!
|
|
|
Post by spiken on Nov 1, 2006 14:39:13 GMT 7
Good works getmythe !
|
|
mshapf
Junior Member
Posts: 74
|
Post by mshapf on Nov 1, 2006 16:38:34 GMT 7
Ohh yeah!! Excellent job!!
|
|
smc
New Member
Posts: 8
|
Post by smc on Nov 26, 2006 3:27:20 GMT 7
With WEBDAV I'm getting a 404 resource not found error. The following is my log information. I'm using version 2.1.03.
Steve
access_log
192.168.2.102 - smc [26/Nov/2006:04:07:16 -0800] "GET /webdav/ HTTP/1.1" 404 205
error_log
[Sun Nov 26 04:07:16 2006] [error] [client 192.168.2.102] Attempt to serve directory: /raid/webdav/
ls -l in /raid ` drwxrwx--- 2 root root 4096 Nov 19 15:03 webdav/
|
|
|
Post by getmythe on Nov 26, 2006 20:10:49 GMT 7
Hi smc,
please use a WebDAV client to access the share. E.g. use the Network Connection Wizzard in Windows or the Conect to Server Menu in the Mac OS X Finder. The WebDAV protocol is not intended to be used by a webbrowser, hence the error messages when trying to load the given address as a webpage.
cheers getmythe
|
|