CVS through .SSH

View: New views
3 Messages — Rating Filter:   Alert me  

CVS through .SSH

by Arvind Kanaka Raju :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi, Thanks for all the support provided earlier,

 

Background: we are CVS-Admin for an organization supporting Concurrent Versions System (CVS) 1.11.21 (client/server)

 

Current Scenario:  we are currently authenticating CVS users through :pserver protocol.

 

Requirement :  Kindly let us know if there is a possibility of authenticating all users through .ssh and what are the merits through .ssh.

 

Please provide us a detailed documentation on how to setup .ssh authentication if any and which would help us big way.

 

Thanks in advance

Regards,

 Arvind.K.R

| Software Engineer |

| Banking and Capital Markets - Ameriprise Financials Inc. |

| Infosys Technologies Limited - MCity| Mob: 9940104010|

| arvind_raju@...| www.infosys.com |

 

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are not 
to copy, disclose, or distribute this e-mail or its contents to any other person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any damage 
you may sustain as a result of any virus in this e-mail. You should carry out your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Parent Message unknown CVS through .SSH

by Arvind Kanaka Raju :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi, Thanks for all the support provided earlier,

 

Background: we are CVS-Admin for an organization supporting Concurrent Versions System (CVS) 1.11.21 (client/server)

 

Current Scenario:  we are currently authenticating CVS users through :pserver protocol.

 

Requirement :  Kindly let us know if there is a possibility of authenticating all users through .ssh and what are the merits through .ssh.

 

Please provide us a detailed documentation on how to setup .ssh authentication if any and which would help us big way.

 

Thanks in advance

Regards,

 Arvind.K.R

| Software Engineer |

| Infosys Technologies Limited - MCity| Mob: 9940104010|

| arvind_raju@...| www.infosys.com |

 

 

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are not 
to copy, disclose, or distribute this e-mail or its contents to any other person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any damage 
you may sustain as a result of any virus in this e-mail. You should carry out your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Re: CVS through .SSH

by Todd Denniston :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Arvind Kanaka Raju wrote, On 09/14/2008 11:14 PM:

> Hi, Thanks for all the support provided earlier,
>
> Background: we are CVS-Admin for an organization supporting
> Concurrent Versions System (CVS) 1.11.21 (client/server)
>
> Current Scenario:  we are currently authenticating CVS users
> through :pserver protocol.
>
> Requirement :  Kindly let us know if there is a possibility
> of authenticating all users through .ssh and what are the
> merits through .ssh.

Pro ssh:
encrypted sessions, i.e., your code is kept confidential over the wire (to the
level of confidentiality the encryption ssh can provide), and the encryption
provides a level of integrity on the data to.

PKI/crypto key login and server keys, i.e., the user can authenticate that the
server s/he is using is the intended server, and with PKI/crypto keys there
are no passwords used on the wire.

proven and audited authentication code, which you don't get with :pserver: .

You are using the system's access controls, which are usually stronger/more
flexible than cvs's.

You _can_ configure sshd to only allow the users to run specific commands on
the server.


Con ssh:
Each user has to have a real system account, that is maintained by the system
level admin.

If you are using PKI/crypto keys, then admins and user will need to learn how
to use them. (ssh-agent)

Locking the baseline from read/write means either changing the
permissions/ownership of the baseline directories or setting /etc/nologin,
instead of messing with the $CVSROOT/CVSROOT/readers|writers files.



>
> Please provide us a detailed documentation on how to
> setup .ssh authentication if any and which would help
> us big way.
>

http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_2.html#SEC28
http://www.google.com/search?hl=en&q=cvs+ssh&btnG=Google+Search&aq=f&oq=


> Thanks in advance
> Regards,
>  Arvind.K.R
> | Software Engineer |
> | Infosys Technologies Limited - MCity| Mob: 9940104010|
> | arvind_raju@...<mailto:arvind_raju@...>| www.infosys.com<http://www.infosys.com/> |
>
>

--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter


LightInTheBox - Buy quality products at wholesale price!