Skip to content

Commit ffd7668

Browse files
committed
fixed pi.hole -> pihole.office.dsoderlund.consulting where it was missing
Signed-off-by: David Söderlund <[email protected]>
1 parent acfc0f4 commit ffd7668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2025-01-12-certs-for-your-home-lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ First I needed to make sure that a new ssh key pair got generated and added for
132132
ssh-keygen -t ed25519 -b 4096 -f id_ed25519 -C "kubernetes@talos" -N ""
133133

134134
# copies the content of the public key file and appends it to authorized_keys on the pi-hole
135-
scp id_ed25519.pub ds@pi.hole:~/.ssh/tempfile
135+
scp id_ed25519.pub ds@pihole.office.dsoderlund.consulting:~/.ssh/tempfile
136136
ssh [email protected] "cat ~/.ssh/tempfile >> ~/.ssh/authorized_keys"
137137
ssh [email protected] "rm tempfile"
138138

0 commit comments

Comments
 (0)