fix some "this specific user" dependencies for testing
This commit is contained in:
parent
43f95f9b22
commit
5deafb6823
3 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,9 @@ try "
|
|||
cp $bd/../t/keys/u[1-6]* $h/.ssh; ok or die 2
|
||||
cp $bd/../t/keys/admin* $h/.ssh; ok or die 3
|
||||
cp $bd/../t/keys/config $h/.ssh; ok or die 4
|
||||
cat $h/.ssh/config
|
||||
perl s/%USER/$ENV{USER}/
|
||||
put $h/.ssh/config
|
||||
|
||||
mkdir $ab/keydir; ok or die 5
|
||||
cp $bd/../t/keys/*.pub $ab/keydir; ok or die 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue