[Correction] Openssh + AFS, ssh-key login working

Rainer Laatsch Laatsch at uni-koeln.de
Sun Jun 8 10:36:36 EST 2008


> Now always ssh to $host in 2 steps:
>   scp /tmp/krb5cc_$uid $host  &&
>      ssh $host
Should be:
    scp -p /tmp/krb5cc_$uid $host:/tmp/krb5cc_$uid  &&
       ssh $host

> To remedy the case of leftover tickets, the end of your .bashrc / .kshrc
> may read
> # ---
> tty -s || kdestroy  #throw away when interactive; does not influence scp
Should be:
  tty -s && kdestroy  #throw away when interactive; does not influence scp

Best regards,
Rainer Laatsch



More information about the openssh-unix-dev mailing list