简体   繁体   中英

Configuring SVN repository in Amazon EC2 Ubuntu AMI

I've installed a subversion server in my Ubuntu AMI. I want to access it via svn+ssh with different users (not 'ubuntu' default user). So, I can create different user accounts with 'useradd', but I'm worried about security.

I've used the 'ubuntu' user for other dev tasks, and I only need different users for subversion. Is 'useradd' the safer way? In other words: What's the safer method to provide different users commit access to my subversion repository in an Ubuntu EC2 AMI?

Many thanks in advance, and best regards

The SVN book section on svnserve teaches how to setup svn+ssh authentication

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM