SSH tunneling failed with local computer
by nikku1204 from LinuxQuestions.org on (#5JYE7)
When i try to tunnel a remote gpu node with local computer using powershell in windows i found this issue:
Pseudo-terminal will not be allocated because stdin is not a terminal.
ssh script used for tunneling is
ssh -L 9461:localhost:9461 username@serveraddress ssh -L 9461:localhost:9461 gpu008
When i entered password and get login into server then its failed to tunnel.
Pseudo-terminal will not be allocated because stdin is not a terminal.
ssh script used for tunneling is
ssh -L 9461:localhost:9461 username@serveraddress ssh -L 9461:localhost:9461 gpu008
When i entered password and get login into server then its failed to tunnel.