dellemc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| dellemc [2022/10/06 15:14] – Navigation wolfo | dellemc [2025/07/31 08:12] (current) – SSH Auth wolfo | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| | ::: | || End config mode | '' | | ::: | || End config mode | '' | ||
| ^ Main ^^| Make persistent/ | ^ Main ^^| Make persistent/ | ||
| + | |||
| + | ===== Public Key Authentication ===== | ||
| + | ==== Authenticate with OS9 ===== | ||
| + | <code bash> | ||
| + | conf t | ||
| + | ip ssh rsa-authentication enable | ||
| + | exit | ||
| + | start shell # (login as admin) | ||
| + | echo " | ||
| + | exit | ||
| + | |||
| + | ip ssh rsa-authentication my-authorized-keys flash:// | ||
| + | wr</ | ||
| + | |||
| + | ==== Authenticate with OS10 ==== | ||
| + | <code bash> | ||
| + | conf t | ||
| + | username admin sshkey " | ||
| + | ex | ||
| + | wr | ||
| + | </ | ||
dellemc.txt · Last modified: by wolfo
