You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the first time I enter [email protected] for remote ssh connection, in the second time, I want to change for a new user, for example, Mary. But although I enter [email protected] for connection, Positron still asking me for the password of John, and login to John's account.
The only way to solve this is modifying the ssh config file and change username.
The text was updated successfully, but these errors were encountered:
I have a short video to describe this. You can see though I entering [email protected], Positron still asking me for password for [email protected], and login to bbb's account.
Positron will write and use the username of /Users/zhimingye/.ssh/config :) , this cause this problem.
System details:
Positron and OS details:
Positron Version: 2025.01.0 (Universal) build 159
Code - OSS Version: 1.95.0
Commit: bc8820b
Date: 2025-01-09T23:29:00.471Z
Electron: 32.2.1
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.0.0
Interpreter details:
Ubuntu 22.04
Describe the issue:
If the first time I enter
[email protected]
for remote ssh connection, in the second time, I want to change for a new user, for example,Mary
. But although I enter[email protected]
for connection, Positron still asking me for the password ofJohn
, and login toJohn
's account.The only way to solve this is modifying the ssh config file and change username.
The text was updated successfully, but these errors were encountered: