pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

better SSH key selection #437

Closed 0xtavian closed 2 years ago

0xtavian commented 3 years ago

report by fersingb on 0x00sec discord

With both an rsa and ed25519, key axiom-configure picked the rsa one without asking

temp workaround, after axiom-configure but before axiom-build you must cat your pub ssh you intend to use into ~/.axiom/configs/authorized_keys

ResistanceIsUseless commented 3 years ago

This is actually something i've been meaning to bring up. If you use an SSH key with a passphrase it makes using fleets almost impossible because you have to keep entering your passphrase. So it would be nice if we could recommend this on the wiki as well as mentioning it during configure or always create a new key to be sure its right.

0xtavian commented 3 years ago

its here https://github.com/pry0cc/axiom/wiki/0-Installation#faq but maybe we can make it more apparent @ResistanceIsUseless