Re: SSL pserver, CVS
"Max Bowsher" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <032201c31673$3cbf83a0$78d96f83@pomello> |
Brian Murphy wrote: > SSH reduces security because it gives shell access to a restricted > server - it allows write enabled cvs users to remove the repository - why take the risk? Restricted pubkey auth plugs that hole. (man sshd, authorized_keys section, "command" option) Max.