software:cli:ssh:keys
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| software:cli:ssh:keys [2021/12/29 21:09] – ↷ Page moved from ssh:keys to software:cli:ssh:keys warnaud | software:cli:ssh:keys [2022/09/24 08:21] (current) – warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== SSH Keys management ====== | ||
| + | Once created, you can let your window Manager/DE manage the passphrase | ||
| + | ===== KDE ===== | ||
| + | <code bash> pacman -S ksshaskpass</ | ||
| + | * ~/ | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | ssh-add -q ~/.ssh/key1 ~/.ssh/key2 ~/.ssh/key3 < /dev/null | ||
| + | </ | ||
| + | <code bash> chmod +x ~/ | ||
| + | * .config/ | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | export SSH_ASKPASS='/ | ||
| + | </ | ||
| + | <code bash> chmod +x .config/ | ||
| + | ===== Copy SSH key ===== | ||
| + | <code bash> ssh-copy-id -i ~/ | ||
| + | |||
| + | ====== References ====== | ||
| + | * https:// | ||
