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
bd0499c8
Commit
bd0499c8
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
WIP live server test case (not working).
parent
ac12bcb9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile
+3
-2
3 additions, 2 deletions
Makefile
sshd_config
+14
-0
14 additions, 0 deletions
sshd_config
with
18 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
bd0499c8
...
...
@@ -5,3 +5,4 @@
CA*
users/
hosts/
.server.pid
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
2
View file @
bd0499c8
...
...
@@ -9,5 +9,6 @@ clean:
test
:
clean
./ssh-ca init
./ssh-ca newuser john
./ssh-ca newhost www
./ssh-ca newuser
$$
USER
./ssh-ca newhost localhost
$$(
which sshd
)
-dddf
sshd_config
This diff is collapsed.
Click to expand it.
sshd_config
0 → 100644
+
14
−
0
View file @
bd0499c8
ListenAddress 127.0.0.1:22222
HostKey hosts/localhost
TrustedUserCAKeys ssh_ca.pub
HostCertificate hosts/localhost.pub
Banner "ssh-ca dummy test daemon"
PasswordAuthentication no
PermitRootLogin no
PidFile .server.pid
StrictModes no
UsePrivilegeSeparation no
UsePAM no
RSAAuthentication yes
PubkeyAuthentication yes
Protocol 2
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