Abhishek Bakaya:
I’m doing Ansible for the absolute beginners’ course. I need help setting up an SSH session. I’m unable to troubleshoot the below error.
Al West:
Hi, 127.0.0.1 is reserved for the localhost - that is to connect back to the host you are on. The ip you need to connect to might look like 192.168.100.25 or such like.
Santosh Angadi:
Is there anyway I can access these courses over iPhone or iPad. Is there an App
Al West:
You need to configure an IP for enp0s3
Joel:
try this
nmcli dev status
nmcli con up enp0s3
Al West:
Try sudo shutdown -h now
you need to be root to shutdown
Sagar Utekar:
try with sudo