$ hsi "cd XXX ; put -R YYY"
They should momentarily find better way.
set up
$ ldd hsi.3.4.2.exe (check the linkers, if some are missing, please do followings) # cd /lib # ln -s libssl.so.0.9.7a libssl.so.0.9.7 # ln -s libcrypto.so.0.9.7a libcrypto.so.0.9.7
# cd /etc/firewall # vi host-list.txt (add the addresses above) # ./start-firewall # service iptables save (to permanently save) # iptables -L (check the firewall)
# cp krb5.conf.kei /etc/krb5.conf
# ln -s /usr/kerberos/bin/kinit /usr/bin/
How to use
$ ./hsi.3.4.2.exe -l kyoshimu/hpss@SDSC.EDU Only for the first time, your password will be required. You can check the ticket by $ klist also for destroying the ticket, $ kdestroy
Remark Accesses to other hosts might necessary.
/sbin/iptables -I INPUT -p udp -s 132.249.0.0/255.255.0.0 -j ACCEPT /sbin/iptables -I INPUT -p tcp -s 132.249.0.0/255.255.0.0 -j ACCEPT /sbin/iptables -I INPUT -p udp -s 198.202.0.0/255.255.0.0 -j ACCEPT /sbin/iptables -I INPUT -p tcp -s 198.202.0.0/255.255.0.0 -j ACCEPT
Remark2
One may not be able to put or get with the procedure above (after you are able to login to HPSS). In this case, please try
$ ./hsi.3.4.2.exe ... login messages ... > firewall -on
then one maybe become able to put/get files.