Re: tomcat service public key

2009-08-18 Thread André Warnier
Gagan Malik wrote: this is exactly the problem.. how do I generate a private/public key pair for the user 'tomcat'.. A bit guessing here.. Your problem may be due to the fact that you cannot login as user "tomcat" to create its keys, because the user "tomcat" is disabled (not allowed to login

Re: tomcat service public key

2009-08-18 Thread Gagan Malik
this didn't help.. Abhinav Shah wrote: > > vi /etc/ssh/sshd_config > AllowUsers tomcat > > Restart sshd service. > > > > Gagan Malik wrote: >> >> this is exactly the problem.. how do I generate a private/public key pair >> for the user 'tomcat'.. >> >> >> Abhinav Shah wrote: >>> >>> Why

Re: tomcat service public key

2009-08-18 Thread Abhinav Shah
vi /etc/ssh/sshd_config AllowUsers tomcat Restart sshd service. Gagan Malik wrote: > > this is exactly the problem.. how do I generate a private/public key pair > for the user 'tomcat'.. > > > Abhinav Shah wrote: >> >> Why don't you add the tomcat user to the ssh list of users.. >> >> Gag

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
this is exactly the problem.. how do I generate a private/public key pair for the user 'tomcat'.. Abhinav Shah wrote: > > Why don't you add the tomcat user to the ssh list of users.. > > Gagan Malik wrote: >> >> if logging in as tomcat was possible there wouldn't have been any >> problem. I t

Re: tomcat service public key

2009-08-17 Thread Abhinav Shah
Why don't you add the tomcat user to the ssh list of users.. Gagan Malik wrote: > > if logging in as tomcat was possible there wouldn't have been any problem. > I think Chuck is right.. its all about getting a known user id use ssh.. > > > Abhinav Shah wrote: >> >> are you sure that the tomca

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
if logging in as tomcat was possible there wouldn't have been any problem. I think Chuck is right.. its all about getting a known user id use ssh.. Abhinav Shah wrote: > > are you sure that the tomcat user is on the list of users allowed to do > ssh on the svn server.. one way to check is login

Re: tomcat service public key

2009-08-17 Thread Abhinav Shah
are you sure that the tomcat user is on the list of users allowed to do ssh on the svn server.. one way to check is login as tomcat user on RHEL box and then do a ssh to the svn server.. Gagan Malik wrote: > > Hi, I'm a newbie to both tomcat and ssh and here's my problem: > > I have a web-app

RE: tomcat service public key

2009-08-17 Thread Caldarale, Charles R
> From: Gagan Malik [mailto:gaganma...@dev.java.net] > Subject: Re: tomcat service public key > > I'm quite sure this is not hudson related. It certainly has nothing to do with Tomcat. > Its more on how would any application running on tomcat use ssh.. It's not Tom

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
Hi Rusty.. I'm quite sure this is not hudson related. Its more on how would any application running on tomcat use ssh.. Rusty Wright-2 wrote: > > I'd try the hudson mailing list; us...@hudson.dev.java.net and you'll > need to sign up first I'll bet. > > > Gagan Malik wrote: >> Hi, I'm a newb

Re: tomcat service public key

2009-08-17 Thread Rusty Wright
I'd try the hudson mailing list; us...@hudson.dev.java.net and you'll need to sign up first I'll bet. Gagan Malik wrote: Hi, I'm a newbie to both tomcat and ssh and here's my problem: I have a web-app (Hudson) running on tomcat (ver 5). This Tomcat runs as a service on RHEL box. Hudson trigge