Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-15-2006, 10:43 AM
|
#1
|
|
Member
Registered: Dec 2003
Distribution: Slackware 13.0, Backtrack 5 R1
Posts: 216
Rep:
|
Securing CVS with ssh tunneling
Hello!
I want to secure CVS communication with ssh tunneling. I've made a chroot jail, with help of cvsd and i'm trying to use ssh tunneling with help of a ssh key. In general the procedure is this:
1. make user 'cvsd' who has r/w access to the CVS repository
2. set 'cvsd's shell to /bin/bash (or some proper shell) in /etc/passwd
3. set 'cvsd's password to * in /etc/shadow
4. have all developers who are using the CVS generate an ssh key
5. put an entry in 'cvsd's /home/cvsd/.ssh/authorized_keys2 file that looks like:
The client, which wants to connect to the server must fist set CVS_RSH variable to /usr/bin/ssh (or where his ssh resides) and uses :ext for cvs connection, e.g. cvs -d :ext:user@host:/cvsroot checkout module_name
The problem is, the ssh connection to the server does not use the standard port 22 for connection, but port number 22022. How can i now connect to the server? Is there a ssh's system variable or a config file i should set to change the default port number?
|
|
|
|
07-16-2006, 06:07 AM
|
#2
|
|
Moderator
Registered: May 2001
Posts: 24,823
|
export CVS_CLIENT_PORT=22022
|
|
|
|
07-16-2006, 03:05 PM
|
#3
|
|
Member
Registered: Dec 2003
Distribution: Slackware 13.0, Backtrack 5 R1
Posts: 216
Original Poster
Rep:
|
Unfortunately this is not working, because i use ssh for initial connection, not cvs. CVS traffic (using pserver protocol) is transferred throughout the ssh tunnel. I have to configure ssh somehow, not cvs. The external cvs shell is set to ssh, not to rsh (export CVS_RSH=ssh). I even tried to add ssh -p 22022 to CVS_RSH variable, but it's not working, i get this error msg:
cvs [checkout aborted]: cannot exec /usr/bin/ssh -p 22022: No such file or directory
(using the default ssh port 22 works though).
Maybe there is a similar variable like CVS_CLIENT_PORT for ssh??
|
|
|
|
07-17-2006, 03:43 AM
|
#4
|
|
Member
Registered: Dec 2003
Distribution: Slackware 13.0, Backtrack 5 R1
Posts: 216
Original Poster
Rep:
|
I got one solution, i put this line into ~/.ssh/config:
Port 22022
And it works! 
|
|
|
|
07-17-2006, 04:19 AM
|
#5
|
|
Moderator
Registered: May 2001
Posts: 24,823
|
I got one solution, i put this line into ~/.ssh/config:
Port 22022
Better confine that to the host-specific section of config or it'll be taken as default:
Host something.something
Port 22022
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:56 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|