[gt-user] GSISSH problem

2009-02-23 Thread Christian Szongott
Hi! I use GT 4.0.8 and want to connect to a host using GSSAPIAuthentication. So I followed the installation instructions on http://globus.org/toolkit/docs/4.0/security/openssh/admin-index.html . When I try to start the daemon by $GLOBUS_LOCATION/sbin/SXXsshd start the message Starting up

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
Check syslog for errors. See also: http://grid.ncsa.uiuc.edu/ssh/ts_common.html Christian Szongott wrote: Hi! I use GT 4.0.8 and want to connect to a host using GSSAPIAuthentication. So I followed the installation instructions on

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
My guess is that your build failed. If you kept a log of your output from make, check it for errors. Or you could try 'make gsi-openssh install' again and watch for errors. Christian Szongott wrote: It seems to be a more basic problem. I've figured out, that $GLOBUS_LOCATION/sbin/sshd is called

Re: [gt-user] GSISSH problem

2009-02-23 Thread Christian Szongott
I just tried to install gsi-openssh (make gsi-openssh install), as you mentioned. During the build process I can't see any errors but the sshd is still not there. Here's what I got: /usr/local/gt4/sbin/gpt-build -srcdir=source-trees/core/source gcc32dbg /usr/local/gt4/sbin/gpt-build

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
Sorry, I should have expected this SKIPPING REBUILD business. One way to force a rebuild is to add -force to the buildopts via configure: ./configure --prefix=$GLOBUS_LOCATION \ --with-buildopts=-verbose -force \ --with-gsiopensshargs=--with-pam Then when you run make gsi-openssh