Skip to content
Snippets Groups Projects
Commit bd0499c8 authored by nimrod's avatar nimrod
Browse files

WIP live server test case (not working).

parent ac12bcb9
Branches
No related tags found
No related merge requests found
......@@ -5,3 +5,4 @@
CA*
users/
hosts/
.server.pid
......@@ -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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment