Re: Source dir for fcopy

2015-01-22 Diskussionsfäden Holger Parplies
Hi, Norberto Meijome wrote on 2015-01-22 23:17:26 +1100 [Re: Source dir for fcopy]: > inline below.. > [...] > > > fcopy -i -v -s /data/fai/config/files/ /root/.ssh/authorized_keys > > > > > > ( to avoid the confusion from #1 above)... > > > > Actuall

Re: Source dir for fcopy

2015-01-22 Diskussionsfäden Norberto Meijome
inline below.. On Thu, Jan 22, 2015 at 9:03 PM, Holger Parplies wrote: > Hi, > > Norberto Meijome wrote on 2015-01-22 12:08:56 +1100 [Source dir for fcopy]: > > I want to use fcopy to push a set of initial ssh pub keys to the root > user > > in the host being

Re: Source dir for fcopy

2015-01-22 Diskussionsfäden Norberto Meijome
Hi Dirk, see below On Thu, Jan 22, 2015 at 4:50 PM, Dirk Geschke wrote: > Hi Norberto, > > > in the script of my class, I have > > fcopy -i -v -s /data/fai/config/files/ /root/.ssh/authorized_keys > > no, you only need a > > fcopy -v /root/.ssh/authorized_keys > right, i added the -s to try t

Re: Source dir for fcopy

2015-01-22 Diskussionsfäden Holger Parplies
Hi, Norberto Meijome wrote on 2015-01-22 12:08:56 +1100 [Source dir for fcopy]: > I want to use fcopy to push a set of initial ssh pub keys to the root user > in the host being built, i.e., /root/.ssh/authorized_keys > [...] > 1. I understand FAI/files is the default source dir for f

Re: Source dir for fcopy

2015-01-21 Diskussionsfäden Dirk Geschke
Hi Norberto, > in the script of my class, I have > fcopy -i -v -s /data/fai/config/files/ /root/.ssh/authorized_keys no, you only need a fcopy -v /root/.ssh/authorized_keys this will copy the file /data/fai/config/root/.ssh/authorized_keys/QAAU from the FAI server to the Clients of clas

Source dir for fcopy

2015-01-21 Diskussionsfäden Norberto Meijome
mps: 1. I understand FAI/files is the default source dir for fcopy... alas, I have FAI=*/data/f*ai/config in /etc/fai/fai.conf variables.log in a newly built host shows FAI=*/var/lib/fai/*config <<<< why not the value in /etc/fai/fai.conf? FAI_ACTION=install FAI_ALLOW_UNSIGNE