Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sros2-tpm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ROS2 Security
ROS2 TPM
sros2-tpm
Commits
352b9278
Unverified
Commit
352b9278
authored
1 year ago
by
Boris Boutillier
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix SSH commands after issues founf in testing (#286)
Signed-off-by:
Boris Boutillier
<
boris.boutillier@gmail.com
>
parent
0e0a21b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SROS2_Linux.md
+4
-6
4 additions, 6 deletions
SROS2_Linux.md
with
4 additions
and
6 deletions
SROS2_Linux.md
+
4
−
6
View file @
352b9278
...
...
@@ -126,19 +126,17 @@ Let's say that the machine with the keystore created in the previous demo has a
First, we need to run the installation and compilation steps described previously on the
`oldschool`
machine.
Then, we need to copy some keys to
`oldschool`
to allow SROS 2 to authenticate and encrypt the transmissions.
Since the keys are just text files, we can use
`scp`
to copy them.
First, we'll create an empty keystore on
`oldschool`
,
w
hich is just an empty
directory:
First, we'll create an empty keystore on
`oldschool`
w
ith a
`talker_listener`
enclave
directory:
```
ssh oldschool.local
mkdir -p ~/sros2_demo/demo_keystore
exit
ssh oldschool.local "mkdir -p ~/sros2_demo/demo_keystore/enclaves/talker_listener"
```
Now, we'll copy the keys/certificates for the "talker" program from
`feather2`
to
`oldschool`
:
```
cd ~/sros2_demo/demo_keystore
scp -r talker
USERNAME@
oldschool.local:~/sros2_demo/demo_keystore
cd ~/sros2_demo/demo_keystore
/enclaves/talker_listener
scp -r talker oldschool.local:~/sros2_demo/demo_keystore
/enclaves/talker_listener
```
That will be very quick, since it's just copying some very small text files.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment