Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tech_notes:ssh [2024-03-09 Sat wk10 10:37] – [ssh with key files] baumkp | tech_notes:ssh [2024-03-09 Sat wk10 10:45] (current) – [ssh-keygen] baumkp | ||
---|---|---|---|
Line 9: | Line 9: | ||
<fc # | <fc # | ||
=====ssh-keygen====== | =====ssh-keygen====== | ||
- | The '' | + | The '' |
- | ++++ssh-keygen| | + | //Use '' |
- | < | + | |
- | [-m format] [-N new_passphrase] [-O option] | + | |
- | [-t dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa] | + | |
- | [-w provider] [-Z cipher] | + | |
- | | + | |
- | [-P old_passphrase] [-Z cipher] | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | [-n principals] [-O option] [-V validity_interval] | + | |
- | [-z serial_number] file ... | + | |
- | | + | |
- | | + | |
- | | + | |
- | file ... | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | -n namespace -s signature_file [-r krl_file] [-O option]</code> | + | |
- | ++++ | + | |
====ssh-keygen default==== | ====ssh-keygen default==== | ||
Line 60: | Line 25: | ||
====Warning==== | ====Warning==== | ||
- | <fc # | + | <fc # |
- | **//</ | + | //</ |
Once you have generated the keys, they are stored in the / | Once you have generated the keys, they are stored in the / | ||
Line 72: | Line 37: | ||
*'' | *'' | ||
+ | The remote ssh will ask for remote shell password. | ||
+ | |||
+ | //Use '' | ||
=====references===== | =====references===== | ||
[[https:// | [[https:// |