-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCP Password Prompt #8982
Comments
@justinmk thank you. is there a best practice to opening a file over the network that is going to challenge for a password? |
Use an ssh-agent with a GUI prompt and/or key-based authentication. |
hi, was there a solution to this? or nvim is incapable of doing remote editing? I am encountering the same issue. I tried reading that link provided but I don't understand it. |
The answer was basically that it's not supported. |
For nvim to work without password prompts you need to enable the ssh feature of multiplexing.
Now ssh to the server in question in a different terminal/windows etc Additional benefits of mutliplexing are:
|
nvim --version
:yes - prompts for a password (vim 8.1)
macOS 10.13.6
iterm 3.2.0 and Terminal 2.8.2
$TERM
:xterm-256color
Steps to reproduce using
nvim -u NORC
or
Actual behaviour
3 permission denied responses
Expected behaviour
a prompt for the password
The text was updated successfully, but these errors were encountered: