Thus said "Andy Bradford" on 05 Aug 2013 14:40:08 -0600: > Addtionally, it is now possible to use SSH keys and Force Commands to > restrict the SSH account to doing Fossil only activities.
s/possible/easier/ It was always possible to write a wrapper script, but it's much easier if fossil is the only thing running: command="/home/amb/bin/fossil http fossils/project.fossil" ssh-rsa ... One further note regarding the SSH credentials + SSH credentials; it's not very different from using SSL Client certificates. With SSL Client certificates, you must have both the authentication via SSL and the authentication via Fossil to gain access. Andy -- TAI64 timestamp: 4000000052000f57 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

