When trying to run CF SSH
, you get the following error message:
Error opening SSH connection: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
This error message is caused when the user does not have the permission to access the application with cf ssh
.
Please check that the following conditions are met:
cf ssh-enabled <app-name>.
cf space-ssh-allowed <space-name>.
cf restart <app-name>