Re: ssh GSSAPI authentication issue

2017-04-08 Thread Joe Sapp
On Thu, Apr 6, 2017 at 8:14 PM, Joe Sapp wrote: > On Thu, Apr 6, 2017 at 6:09 PM, Ole Tange wrote: >> On Wed, Apr 5, 2017 at 5:27 PM, Joe Sapp wrote: >> >>> I'm trying to run some remote jobs with parallel (20170322) via ssh, >>> but the authentication system here for ssh is set up to use GSSAPI

Re: ssh GSSAPI authentication issue

2017-04-08 Thread Ole Tange
On Sat, Apr 8, 2017 at 9:56 PM, Joe Sapp wrote: : > I haven't been able to reproduce in a VirtualBox yet, but I did some > more testing. It appears that an environment variable is not being > passed on completely. > > This will now work: > seq 10 | parallel --ssh "env KRB5CCNAME=${KRB5CCNAME} s

Re: ssh GSSAPI authentication issue

2017-04-08 Thread Joe Sapp
On Sat, Apr 8, 2017 at 7:57 PM, Ole Tange wrote: > On Sat, Apr 8, 2017 at 9:56 PM, Joe Sapp wrote: > : >> I haven't been able to reproduce in a VirtualBox yet, but I did some >> more testing. It appears that an environment variable is not being >> passed on completely. >> >> This will now work: