TIARA System Man wrote:
dear all,

i just found out. i can not copy files via scp command to afs folder.
i tried to copy xxx.tar.gz from foo (pc) to bar (pc). but nothing copy to bar.

you can see the following result:

[EMAIL PROTECTED] ~]# scp xxx.tar.gz [EMAIL PROTECTED]:~/Desktop/
[EMAIL PROTECTED]'s password:
Welcome to Linux!
[EMAIL PROTECTED] ~]#

dose anyone know this issue?

You need an AFS token on the server side.

scp uses SSH. You in effect logged in to the remote host
using a password, which I assume is a local password.

If you have Kerberos 5 at your shop, SSH and SSHD could be
configured to use GSSAPI and can forward Kerberos tickets
which can be used by SSHD with pam_afs_session to get a AFS
token for you.


best, sam

--
Sam Tseng
Academia Sinica
Institute of Astronomy and Astrophysics
Tel.: +886-2-33652200 ext 742
Fax: +886-2-23677849

--

 Douglas E. Engert  <[EMAIL PROTECTED]>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439
 (630) 252-5444
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to