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
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 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