Hello,

I have created ~/.ssh/config to include:

        <snip>

        # original file created 23 Aug 2001 09.47

        KerberosAuthentication yes
        KerberosTgtPassing yes
        
        <snip>

And the resulting ssh session is:

        [localhost:~] jordant% ssh -v fnkerb.fnal.gov
        OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
        debug1: Reading configuration data /Users/jordant/.ssh/config
        /Users/jordant/.ssh/config: line 10: Bad configuration option: 
KerberosAuthentication
        /Users/jordant/.ssh/config: line 11: Bad configuration option: 
KerberosTgtPassing
        /Users/jordant/.ssh/config: terminating, 2 bad configuration options
        debug1: Calling cleanup 0x14c70(0x0)
        debug1: writing PRNG seed to file /Users/jordant/.ssh/prng_seed
        [localhost:~] jordant%


What have I done wrong in config? I thought that SSH could pass along my 
Kerberos tickets and that this was the way to do it.

I am sure that the error is on my side but I include this next bit for 
completeness. When I remark out the lines in config containing: Kerb* 
the remote server challenges me for a password and I am allowed in when 
correct. The remote side's SSH is:

        <fnkerb> ssh -V
        SSH Version 1.2.27f [i686-unknown-linux], protocol version 1.5.
        Standard version.  Does not use RSAREF.
        <fnkerb>


Best regards,
        Tom


Thomas Jordan
Fermi National Accelerator Laboratory
PO Box 500, MS 226 WH15W
Batavia, Il
60510-0500
ofc:630.840.4035 fax:630.840.8248

Reply via email to