mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-21 06:45:34 -06:00
known hosts functionality (check/verify/save server pub keys)
This commit is contained in:
parent
b51a26a924
commit
2a31b1092c
4 changed files with 220 additions and 1 deletions
30
ssheven.r
30
ssheven.r
|
|
@ -339,6 +339,36 @@ resource 'ALRT' (ALRT_FILE_FAIL, purgeable) {
|
|||
alertPositionMainScreen
|
||||
};
|
||||
|
||||
resource 'DLOG' (DLOG_NEW_HOST) {
|
||||
{ 40, 30, 140, 480 },
|
||||
dBoxProc,
|
||||
visible,
|
||||
noGoAway,
|
||||
0,
|
||||
DLOG_NEW_HOST,
|
||||
"",
|
||||
centerMainScreen
|
||||
};
|
||||
|
||||
resource 'DITL' (DITL_NEW_HOST) {
|
||||
{
|
||||
{ 70, 355, 90, 440 },
|
||||
Button { enabled, "Reject" };
|
||||
|
||||
{ 70, 355, 90, 440 },
|
||||
UserItem { enabled };
|
||||
|
||||
{ 10, 70, 30, 400 },
|
||||
StaticText { enabled, "Unrecognized server public key. SHA256 hash:" };
|
||||
|
||||
{ 30, 70, 50, 440 },
|
||||
StaticText { enabled, "01234567890123456789012345678901234567890123456789" };
|
||||
|
||||
{ 70, 10, 90, 90 },
|
||||
Button { enabled, "Accept" };
|
||||
}
|
||||
};
|
||||
|
||||
resource 'SIZE' (-1) {
|
||||
reserved,
|
||||
acceptSuspendResumeEvents,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue