mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
ssh-keygen very brief instriuctions
This commit is contained in:
31
handbook/computing/keyexchange.html
Normal file
31
handbook/computing/keyexchange.html
Normal 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>
|
||||
Reference in New Issue
Block a user