-
Notifications
You must be signed in to change notification settings - Fork 29
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
RFE: doc is cpu able to use password protected keys ? #60
Comments
that's weird, this should work, can you try again. I could have sworn the new ssh client package I'm using does this. |
trying ssh and cpu:
|
Ah, that thing. This is because of an opinionated decision. Look closely at the port decision: cpu forces using port 23 when 22 is provided. https://github.com/u-root/cpu/blob/59e1ebe6207a2294ce032c73b0476bbae956ceb6/cmds/cpu/cpu.go#L401-403 |
IIRC, the idea was to distinguish between regular SSH and this implementation of cpu building on top of it. Should we add a flag in order to allow for using cpu as a regular SSH client? |
I have added port 23 in my .ssh/config file:
I need to force the
|
Hi,
I am trying to use cpu with an ssh host with a password protected key and fails... (here is just an alias for localhost)
ssh-agent is running and the key is added:
The text was updated successfully, but these errors were encountered: