Hi Team,
I’m hanged at Day 10 in Devops 100 days challenge. I have tried to add ssh-copy-id clint@172.16.238.16 ip address instead of host name stbkp01.
Even I had manually added backup server’s user name and hostname
ssh-copy-id clint@stbkp01
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: “/home/tony/.ssh/id_rsa.pub”
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: ERROR: ssh: Could not resolve hostname stbkp01: Name or service not known
You likely found that IP address in an old guide – we changed the way we host our KodeKloud Engineer labs, and addresses are now (1) dynamic and (2) in a 10.244.0.0/16 sort of IP address.
1 Like
Hello Team,
with this 10.244.0.0/16 ipaddress issue not solved. Even I have tried to add these hosts an
The IPs for all the servers for the KKE are now allocated dynamically, so you need to use the hostnames instead.
I verified the task, and the hostname resolution for stbkp01 is failing for this task.
I’ve informed the team to look into this, and I’ll update you once this is fixed.
Thanks for reporting.
1 Like
I have tried both ways with hostname and ip address. Thanks for sharing the info…
I retried this lab, and I had misread the server hostname as stbkp01 for Backup Server. But the task requires you to copy the script to Storage Server, so you can try with ststor01 and use it’s password.
1 Like
Thank you so much… Issue got solved. 