-
Notifications
You must be signed in to change notification settings - Fork 775
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
Port forwarding / tunnelling with -fN doesn't go into the background #999
Comments
There is no concept of running background console jobs in Windows?? |
AFAIK no. You may use |
I don't know why for Windows openssh-portable doesn't support spawning the process and detaching from the console after credentials have been accepted, but if anyone desperately needs this I have a work around. I've implemented a way to do it in this short pwsh script that you can dot-source, it works by spawning a |
Are there news for this? I'm just using wsl for this reason for now to connect to hpc |
"OpenSSH for Windows" version
0.0.24.0
Client OperatingSystem
Windows 10 Pro 1703
What is failing
ssh -fN -L2222:somehost:22 someotherhost
should go into the background while the tunnel remains openThe tunnel works, but the command ties up the terminal - it doesn't go into the background
The text was updated successfully, but these errors were encountered: