mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-26 09:11:59 +00:00
31 lines
1021 B
HTML
31 lines
1021 B
HTML
<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>On a Windows 10 machine you will be using
|
|
<a href="https://www.ssh.com/ssh/putty/windows/puttygen">puttygen</a>, PuTty and pagaent (being documented)
|
|
|
|
<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>
|