Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssh-ca
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
Model registry
Operate
Environments
Terraform modules
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
nimrod
ssh-ca
Commits
bba5e374
Commit
bba5e374
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Format README with mdformat.
parent
21f35c8f
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
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
bba5e374
...
@@ -31,7 +31,7 @@ ssh-ca signuser username
...
@@ -31,7 +31,7 @@ ssh-ca signuser username
```
```
To sign a host's public key (found under
To sign a host's public key (found under
hosts/
\<
hostname>/
[
ssh
\
_host
](
<>
)
\*
.pub)
hosts/
\<
hostname>/
[
ssh_host
](
<>
)
\*
.pub)
```
shell
```
shell
ssh-ca signhost
hostname
ssh-ca signhost
hostname
...
@@ -60,7 +60,7 @@ ssh-ca newuser username
...
@@ -60,7 +60,7 @@ ssh-ca newuser username
HostCertificate /path/to/the/signed/public/key
HostCertificate /path/to/the/signed/public/key
```
```
1.
Add a line to your known
\
_
hosts file to authorize signed public keys
1.
Add a line to your known_hosts file to authorize signed public keys
to a specific top level domain. For example if your domain is
to a specific top level domain. For example if your domain is
example.com and the contents of
`CA.pub`
is:
example.com and the contents of
`CA.pub`
is:
...
@@ -74,7 +74,7 @@ Then the line will be:
...
@@ -74,7 +74,7 @@ Then the line will be:
@cert-authority *.example.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2fAkeidfnPn712B4uW3XhKyFt9FcJtVwSPKDSCykULg3X5gVV/Xa1yb4ameY3ihXOqQOlG3YpYnOQ8KdM67WtnERVbTJIfieRjGzoURz9NquLFXSKsuQrXMWRNHqXAHw7VirPvKL4cSc4l00Az1HDnHhMIclPY8G+8SkRIRsTwwwa5QjGF2wuhC6j5UHJSaF7qLFw9FSaCsEJTkQxtCD4+Rd/dxv3kVWSkm5DbNG0z3QHyISW7XDvyXP+1ccSb5+IWC0yQCT4OJNFUMDb+SdD7AzDHfI9Z5zTp56uGV23lywWhSvv20UPA0SyXJNGPOw7uJ1ak8q4SBh60PtOENQf ssh-ca
@cert-authority *.example.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2fAkeidfnPn712B4uW3XhKyFt9FcJtVwSPKDSCykULg3X5gVV/Xa1yb4ameY3ihXOqQOlG3YpYnOQ8KdM67WtnERVbTJIfieRjGzoURz9NquLFXSKsuQrXMWRNHqXAHw7VirPvKL4cSc4l00Az1HDnHhMIclPY8G+8SkRIRsTwwwa5QjGF2wuhC6j5UHJSaF7qLFw9FSaCsEJTkQxtCD4+Rd/dxv3kVWSkm5DbNG0z3QHyISW7XDvyXP+1ccSb5+IWC0yQCT4OJNFUMDb+SdD7AzDHfI9Z5zTp56uGV23lywWhSvv20UPA0SyXJNGPOw7uJ1ak8q4SBh60PtOENQf ssh-ca
```
```
\
#
. You can also add it system wide by adding the above line to
#. You can also add it system wide by adding the above line to
`/etc/ssh/ssh_known_hosts`
and the following line to your
`/etc/ssh/ssh_known_hosts`
and the following line to your
`ssh_config`
file:
`ssh_config`
file:
...
@@ -82,7 +82,7 @@ Then the line will be:
...
@@ -82,7 +82,7 @@ Then the line will be:
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
```
```
1.
For strict security, add the following line to you ssh
\
_
config file:
1.
For strict security, add the following line to you ssh_config file:
```
```
StrictHostKeyChecking yes
StrictHostKeyChecking yes
...
...
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