fredboniface.co.uk/identity/index.html
2022-09-08 21:26:20 +01:00

62 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/navbar.css">
<script src="/js/navbar.js"></script>
<title>PGP - Frederick Boniface</title>
</head>
<body>
<!-- BEGIN NAVBAR -->
<div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/static-objects/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile">
<a href="/index.html">Home</a>
</div>
<div class="dropdown">
<button class="dropbutton">Identity &#10549;</button>
<div class="droplist">
<a href="/identity">&#10551; Key Downloads</a>
<a href="/identity/about.html">&#10551; About PGP</a>
</div>
</div>
<div class="dropdown">
<button class="dropbutton">FDS &#10549;</button>
<div class="droplist">
<a href="/fds">&#10551; About FDS</a>
<a href="/fds/ultrasonic">&#10551; Ultrasonic</a>
</div>
</div>
<a href="/projects">Projects</a>
<a href="/about.html">About</a>
<i>Fred Boniface</i>
<a href="javascript:void(0);" class="icon" onclick="hamburger()">&#9776;</a>
</div>
<!-- END NAVBAR -->
<h2>SSH</h2>
<p>I prefer to use GPG/PGP for SSH authentication but where this isn't available my public SSH key can be downloaded
<a href="/static-objects/identity/ssh/2020-11/id_desktopFred.pub">here</a>. The private key is secured with a strong password
with just over 150bits of entropy for the security of any systems that it has access to.
</p>
<h3>GPG Keys</h3>
<p>
Key fingerprints will be listed here along with their creation an expiry dates.
Click on a fingerprint to download the associated public key.
</p>
<h4>
<a href="/static-objects/identity/pgp/past/2020/fb-pub-2020-10-21.asc">79F1 9173 0942 8B49 5523 C779 7912 D618 1CFC 5C58</a>
</h4>
<ul>
<li>Created: 21/10/2020</li>
<li>Expired: 10/12/2022</li>
<li>Withdrawn: N/A</li>
</ul>
<footer><br>---<br>This website is under contruction and is being written by hand. I'm
focussing on the content first before adding styling.</footer>
</body>
</html>