ssh-keygen very brief instriuctions

This commit is contained in:
2019-07-17 13:23:45 +02:00
parent ce9ead8235
commit 8d6fabb019
3 changed files with 32 additions and 33 deletions

View File

@@ -0,0 +1,31 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Handbook placeholder page</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Cryptographic Key Exchange</h1>
<p>As of the server move in spring 2019 none of us can ssh into the expo server unless we set up ssh keys which identify
the specific machine we are logging in from.
<p>You will need to <a href="https://www.ssh.com/ssh/keygen/">ssh-keygen</a> a key on your device, email the public key to someone who already has ssh access (Wookey, Paul Fox, Philip Sargent, Sam Wenham..)
and follow their instructions.
<p>If you are already a sohpisticated user of these things, you might like to look at
<a href="https://dev.to/shosta/how-to-setup-multiple-ssh-keys-for-multiple-github-bitbucket-accounts-2ji0">
How to setup multiple ssh keys</a>.
<hr />
<div id="menu">
<ul id="links">
<li><a href="../index.htm">Handbook</a>
<li><a href="../../infodx.htm">Main index</a></li>
</ul>
</div>
</body>
</html>