Skip to content

Commit

Permalink
fix: add echo how to scp pem files to DPUs
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Oct 17, 2023
1 parent bbd98d2 commit 6cbe216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ docker-compose cp bootstrap:/tmp/sztpd-simulator/pki/client/end-entity/my_cert.p
docker-compose cp bootstrap:/tmp/sztpd-simulator/pki/client/end-entity/private_key.pem /tmp/opi_private_key.pem

# you can scp them into DPU now...
echo ==================================
echo You can now SCP pem files to the real DPU
echo sshpass -p dpupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=3 /tmp/opi*.pem dpuser@[dpu-ip]:~
echo ==================================

echo "DONE"

0 comments on commit 6cbe216

Please sign in to comment.