Skip to content

All configured authentication methods failed #37

@davidnewhall

Description

@davidnewhall

Pardon my ignorance, but is there a debug log I can look at? The error I'm getting does't really tell me the problem.

[2022-06-29 23:16:06] [error] Error connecting to Dev Workspace: All configured authentication methods failed
[2022-06-29 23:16:06] [info] Connecting to Dev Workspace: {
  host: 'my-server.local',
  username: 'newhalld',
  agent: '/private/tmp/com.apple.launchd.OVsCXwd1YD/Listeners',
  path: '~/workspaces',
  privateKeyFile: '/Users/newhalld/.ssh/id_rsa',
  passphrase: '*****',
  privateKey: '*****'
}

This works:

$ ssh -i /Users/newhalld/.ssh/id_rsa newhalld@my-server.local
Last login: Wed Jun 29 23:07:19 2022 from 10.106.101.14

codium config:

    "ponyssh.hosts": {
        "Dev Workspace": {
            "host": "my-server.local",
            "username": "newhalld",
            "agent": true,
            "path": "~/workspaces",
            "privateKeyFile": "/Users/newhalld/.ssh/id_rsa",
            "passphrase": ""
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions