@alhatmy said:
@rob256 said:
@alhatmy said:
ssh: connect to host 127.0.0.1 port 22: Connection refused@alhatmy
Can you try:ssh 127.0.0.1If it asks you for a password, then add your pubic key to your authorized_keys:
ssh-copy-id 127.0.0.1its not asking for (password) yet, it shows the error (port 22: connection refreshed)
Is the error port 22: connection refreshed or port 22: connection refused? If it is showing connection refused, that typically means that ssh is not listening on that port.