-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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": ""
}
}
tennox, iquabius and bsolano
Metadata
Metadata
Assignees
Labels
No labels