Skip to main content

All Questions

Tagged with
2 votes
2 answers
1k views

SSH from PowerShell/CMD to Linux w/out dark blue text

So currently my shell looks something like this when I SSH into my Debian server: I mostly use PowerShell as the client and customize the background & text colors to match system theme. Command ...
FOSS Guru's user avatar
0 votes
0 answers
430 views

ssh from windows 10 to debian with no password

I tried to SSH without a password from a Windows 10 client to a Linux [Debian] server without using a password, following every step described here; however, I am still asked for the password every ...
roi_saumon's user avatar
1 vote
0 answers
214 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