Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
3k views

SSH from Windows PowerShell to Linux server fails to allocate Pseudo-Terminal; "stdin is not a terminal"

Problem I want to work on code projects on my linux droplet in digital ocean by loading the remote folder using Visual Studio Code's remote SSH plugin. In the interim, I'm trying to verify that ...
Ross Jacobs's user avatar
1 vote
0 answers
217 views

How to configure the ssh plug in for Visual Studio Code in case the remote server uses port knocking?

So there is a server which has port knocking (e.g by using linux subsystem for windows) I can easily ssh to by $ knock -v "ip of the server" Xport:udp Yport:udp Zport:udp $ ssh -i ~/.ssh/...
papajo's user avatar
  • 202
0 votes
2 answers
159 views

How to Create a Repository on Github Using Only SSH?

I don't want to use web credentials (the password) at all when working with git. Name and e-mail is OK to be stored. My SSH environment is properly set up in Windows when it starts (the authentication ...
Bluebird45's user avatar