[ceph-users] Re: Help with cephadm bootstrap and ssh private key location

2024-09-23 Thread Adam King
Cybersecurity and Information Assurance > 4 Brindabella Cct > Brindabella Business Park > Canberra Airport, ACT 2609 > > www.raytheonaustralia.com.au > LinkedIn | Twitter | Facebook | Instagram > > -Original Message- > From: Adam King > Sent: Monday, September 23, 202

[ceph-users] Re: Help with cephadm bootstrap and ssh private key location

2024-09-22 Thread Kozakis, Anestis
s] Re: Help with cephadm bootstrap and ssh private key location Cephadm stored the key internally within the cluster and it can be grabbed with `ceph config-key get mgr/cephadm/ssh_identity_key`. As for if you already have keys setup, I'd recommend passing filepaths to those keys to t

[ceph-users] Re: Help with cephadm bootstrap and ssh private key location

2024-09-22 Thread Adam King
Cephadm stored the key internally within the cluster and it can be grabbed with `ceph config-key get mgr/cephadm/ssh_identity_key`. As for if you already have keys setup, I'd recommend passing filepaths to those keys to the `--ssh-private-key` and `--ssh-public-key` flags the bootstrap command has