Skip to content
Snippets Groups Projects
Commit 9c5e73ec authored by Bob Mottram's avatar Bob Mottram
Browse files

Hint at how to show ssh public key

parent 4d413f93
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
.appdesc {
color: black;
font-size: 65%;
font-size: 100%;
}
button {
......@@ -59,13 +59,19 @@
</head>
<body>
<div class="header">
<a href="settings.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
<a href="ssh.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
<h3>No SSH public key was provided</h3>
<p class="appdesc">It can be shown using the command:</p>
<p class="appdesc"><b>cat ~/.ssh/id_ed25519.pub</b></p>
<p class="appdesc">or</p>
<p class="appdesc"><b>cat ~/.ssh/id_rsa.pub</b></p>
<br>
<form action="settings.html">
<form action="ssh.html">
<input type="submit" value="Go Back" />
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment