Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
The Tor Project
TPA
Wiki Replica
Commits
d047fa4e
Unverified
Commit
d047fa4e
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
show how to fetch SSH keys
parent
869553c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/openstack.mdwn
+5
-1
5 additions, 1 deletion
tsa/howto/openstack.mdwn
with
5 additions
and
1 deletion
tsa/howto/openstack.mdwn
+
5
−
1
View file @
d047fa4e
...
...
@@ -89,7 +89,11 @@ previous step.
The floating IP is the one created at step two and the other
argument is the server name.
5. the VM should be up by now, and you should be able to SSH in:
5. inspect the server console log to fetch the SSH public keys:
openstack console log show build-arm-10.torproject.org | sed '0,/-----BEGIN SSH HOST KEY KEYS-----/d;/-----END SSH HOST KEY KEYS-----/,$d;s/^/213.146.141.28 /' >> ~/.ssh/known_hosts
6. the VM should be up by now, and you should be able to SSH in:
openstack server ssh -l debian build-arm-10.torproject.org
...
...
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