lmc/profile/lish/index.shtml

88 lines
3.0 KiB
Plaintext
Raw Normal View History

<!--
This file is part of Linode Manager Classic.
Linode Manager Classic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Linode Manager Classic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LMC - My Profile // Lish Settings</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="lish.css" />
<script src="lish.js" type="module"></script>
</head>
<body>
<!--#include virtual="/include/header.html"-->
<!--#include virtual="/include/profile_subnav.html"-->
<div id="main-content" class="wrapper">
<div id="lish">
<p id="settings-saved">Settings saved.</p>
<table class="lmc-table">
<thead>
<tr>
<td colspan="3">Lish Authentication</td>
</tr>
<tr>
<td colspan="3">Authentication Methods</td>
</tr>
</thead>
<tbody>
<tr class="lmc-tr3">
<td>Authentication modes</td>
<td>
<select id="modes">
<option value="password_keys">Allow both password and key authentication</option>
<option value="keys_only">Allow key authentication only</option>
<option value="disabled">Disable Lish</option>
</select>
</td>
<td class="info">
This controls what authentication methods are allowed to connect to the<br />
Lish console servers. <a target="_blank" href="https://www.linode.com/docs/platform/manager/using-the-linode-shell-lish/">About the Lish console...</a>
</td>
</tr>
<tr class="lmc-tr3">
<td></td>
<td colspan="2"><button disabled id="save-button" type="button">Save Setting</button></td>
</tr>
</tbody>
<tbody class="lmc-tbody-head">
<tr class="noshow">
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3">Lish Keys</td>
</tr>
</tbody>
<tbody>
<tr class="lmc-tr3">
<td>Description</td>
<td colspan="2">Place your SSH public keys here for use with Lish console access.</td>
</tr>
<tr class="lmc-tr3">
<td>Lish Keys</td>
<td colspan="2"><textarea id="keys" cols="80" rows="2" wrap="soft"></textarea></td>
</tr>
<tr class="lmc-tr3">
<td></td>
<td colspan="2"><button disabled id="submit-button" type="button">Submit Keys</button></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>