Feature #23733
copyToSciSoft scp problem
100%
Description
Communication from Herb:
Even though I have a forwardable kerberos ticket on uboonegpvmXX, the
ticket is not getting forwarded to scisoftportal by the default ssh client
configuration on uboonegpvmXX and uboonebuildXX. The needed configuration
option is the following one:
GSSAPIDelegateCredentials yes
I am aware that I can add this option in my personal ssh_config, as well
as using various other workarounds. The equivalent command line option
for ssh is "-K". Scp doesn't have a single-letter option, however you can
use the spelled out option "-o GSSAPIDelegateCredentials yes", like this:
$ scp junk.txt scisoftportal:/nasroot/packages/uboonecode
scp: /nasroot/packages/uboonecode: Permission denied
$ scp "-o GSSAPIDelegateCredentials yes" junk.txt scisoftportal:/nasroot/SciSoft/packages/uboonecode
junk.txt 100% 0 0.0KB/s 00:00
I suggest to add this option to the scp command in copyToSciSoft.
History
#1 Updated by Christopher Green about 1 year ago
- % Done changed from 0 to 100
- Status changed from Assigned to Feedback
- Tracker changed from Bug to Feature
Try copyToSciSoft 1.04.01 from artutilscripts:export:tools/copyToSciSoft. If it behaves as required, we will update the copy on SciSoft and resolve this issue.
#2 Updated by Christopher Green about 1 year ago
Herb, please let us know if this meets your needs.
#3 Updated by Kyle Knoepfel about 1 year ago
- Status changed from Feedback to Closed
Herb reports that the new version meets his needs.
#4 Updated by Kyle Knoepfel about 1 year ago
- Status changed from Closed to Assigned
Script needs to be copied to SciSoft.
#5 Updated by Kyle Knoepfel about 1 year ago
- Assignee changed from Lynn Garren to Kyle Knoepfel
#6 Updated by Kyle Knoepfel about 1 year ago
- Status changed from Assigned to Closed
Script copied to SciSoft.