website/tur/recovery-scripts/pgp/submit.html

34 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="tr">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern hesap kurtarma işlemi">
<meta name="keywords" content="~vern, vern, özgür yazılım, gizlilik, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>PGP tabanlı Hesap Kurtarma | ~vern</title>
</head>
<body>
NAV
<div class=h><h1 id=pgp-recovery>PGP tabanlı Hesap Kurtarma</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Terminale girip aşağıdaki komutları çalıştırarak imzanızı oluşturun:</p>
<pre style='white-space:pre-line;word-break:keep-all;'><code>echo 'CHALLENGE' | gpg -a --detach-sig --default-key KEYID</code></pre>
<form method="post" action="/tur/recovery-challenge.cgi">
<input hidden type=text name=method value="submit">
<p>Username:
<input type=text name=username value=USERNAME>
<span class=red>NOUSERNOKEY</span></p>
<p>Yeni SSH anahtar(lar)ı: <span class=red>NOSSHBADSSH</span><br>
<textarea name=newkey rows=3 cols=50></textarea></p>
<p>İmza: <span class=red>NOSIGBADSIG</span><br>
<textarea name=signature rows=15 cols=60></textarea></p>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>
</form>
<br>
FOOTER
</body>
</html>