Amnezia-style SSH server connect with verify, ping and server_info

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
test2
2026-07-25 21:30:43 +03:00
co-authored by Cursor
parent 088f02cdbe
commit 321a5b2504
9 changed files with 334 additions and 40 deletions
+15
View File
@@ -243,6 +243,21 @@ tr:last-child td { border-bottom: none; }
font-size: 0.88rem;
}
.check input { width: auto; }
.ping {
display: inline-block;
width: 0.55rem;
height: 0.55rem;
border-radius: 50%;
margin-right: 0.35rem;
vertical-align: middle;
}
.ping-on { background: var(--ok); box-shadow: 0 0 0 3px rgba(6, 118, 71, 0.15); }
.ping-off { background: #98a2b3; }
.server-info {
margin: 0 0 1rem;
max-height: 120px;
font-size: 0.8rem;
}
textarea {
width: 100%;
border: 1px solid var(--line);