<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Most of the settings are not bound to your account, they're bound to
the modem itself. Creating a new account should be as simple as:<br>
<br>
<tt>/user add group=full name=<NAME> password=<PASSWORD></tt><br>
<br>
If you want to add SSH key-authentication to the account, you'll
need to put the key file on the modem first, via<br>
<br>
<tt>/tool fetch url=<a class="moz-txt-link-rfc2396E" href="https://some.website/your.key">"https://some.website/your.key"</a><br>
<br>
</tt>or use <a moz-do-not-send="true"
href="https://winscp.net/eng/download.php">scp</a> to copy it, or
use winbox to drag and drop the file into the modem's "File"
section.<br>
<br>
Once the file is there, you associate it with your account like so:<br>
<br>
<tt>/user ssh-keys import user=<NAME>
public-key-file=<KEY_FILENAME></tt><br>
<br>
When your account has a key authentication method like this,
password authentication for SSH is disabled. However, you can
override that and preserve password auth by setting:<br>
<br>
<tt>/ip ssh set always-allow-password-login=yes</tt><br>
<br>
Once your new account is verified to work, you can erase the admin
account:<br>
<br>
<tt>/user remove admin</tt><br>
<br>
--Bart<br>
<br>
<br>
<div class="moz-cite-prefix">On 11/2/2019 9:08 PM, Ric Merry wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CA+obRmZ0+7y02tD0DW5B2ggYQeWyJ-joDuBh0Qmy_f0cXAkj+g@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="auto">Is there a simple way to duplicate my
account/credentials with current settings but a different user
name.
<div dir="auto">I don't want to start over at step 1.</div>
<div dir="auto">Thanks</div>
</div>
</blockquote>
<br>
</body>
</html>