diff --git a/assets/sshd_config b/assets/sshd_config
@@ -1,15 +1,12 @@
AuthenticationMethods publickey
AuthorizedKeysFile /etc/ssh/authorized_keys/%u
Banner /etc/issue
-ChallengeResponseAuthentication no
ClientAliveInterval 0
DisableForwarding yes
-PasswordAuthentication no
PermitRootLogin no
-Port CHANGEME
Port 22
+Port CHANGEME
PrintLastLog no
-Protocol 2
Match LocalPort 22
AllowUsers git
diff --git a/assets/style.css b/assets/style.css
@@ -28,7 +28,7 @@ td.num{text-align:right;}
a.d, a.h, a.i, a.line {text-decoration:none;}
h1, h2, h3, h4, h5, h6{font-size:1em;margin:0;}
-img, h1, h2{vertical-align middle;}
+img, h1, h2{vertical-align: middle;}
#branches tr td:nth-child(3),
#branches tr:hover td, #tags tr:hover td{background-color:#111;}
#tags tr td:nth-child(3){white-space:normal;}
| |