All Questions
Tagged with ssh windows-10
257
questions
0
votes
1
answer
53
views
Will this OpenSSH config provide the best security
Setting up my OpenSSH server on a Windows 10 server to be exposed to the WAN. (Up until now it has just been used on the LAN).
What I am trying to achieve:
When connection is from the internet, only 1 ...
0
votes
1
answer
112
views
SSH login to Windows 10 not possible with a admin account
I am trying to establish an SSH connection from a VirtualBox Ubuntu2204 guest to Windows 10 host via ssh using public key. I can do it when I use a non-admin account, but it fails with an admin ...
0
votes
1
answer
49
views
Trying to run some apps from cmd doesn't start them properly
Noob here.
I was playing around with ssh and was trying to run some commands (start some apps) on my ssh server (win10). Running anydesk.exe for example, actually opens the program and I can connect. ...
0
votes
1
answer
131
views
Unable to submit the files by Rsync from the Windows terminal to Ubuntu VPS (code 12 error) while normal SSH authentication works fine
Although the Rsync is available for Windows, there are some problems with SSH. Here is the first one: the files are simply could not be submitted because of unclear error "error in rsync protocol ...
0
votes
1
answer
374
views
Configure SSH key based not working on Windows
I have a shared laptop with Windows 10 at home that I would like to use SSH to log into from my jailbroken iPhone using the NewTerm and OpenSSH tweaks
I used this video to set it up. The SSH ...
0
votes
0
answers
22
views
Unable to login with ssh and .pem certificate to ubuntu server [duplicate]
I reainstalled windows 10 (I imported all ssh files from old windows installation) and I am not able to login to my ubuntu server anymore.
The command I use is this:
ssh.exe -vvv -i my-certificate.pem ...
1
vote
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 ...
0
votes
0
answers
1k
views
Does ssh has client side log file?
I want to know the history of SSH connections on client side (when and which remote host this machine connected to). I know sshd has logs on server side, is there similar thing on the client side?
I ...
0
votes
1
answer
799
views
Windows 10: ssh-ing to a Linux box and getting full xterm-color capabilities?
At the company where I work, we log in to Windows 10, and we do our development work on Linux machines where we connect via ssh login sessions. We have been able to use PuTTY for this up until ...
0
votes
1
answer
2k
views
Is it still possible to RDP through SSH tunnels from Windows 10?
I am trying to use Microsoft Remote Desktop client on Windows 10 to connect to a windows server 20xx in a data center through an SSH tunnel initiated from an SSH client on the windows 10 computer.
I ...
0
votes
0
answers
413
views
SSH on Windows 10 produces an empty log file
I am using ssh on Windows 10 with the -E option:
ssh -E log.txt [email protected]
The log file gets written, but it's empty. I tried ending my session with exit (rather than just closing the ...
3
votes
1
answer
431
views
OpenSSH keys file cannot be UTF-16 formatted - prev: Windows (10) OpenSSH (Microsoft's flavour) refuses to accept all popular Public Key Algorithms
I have been trying to setup an OpenSSH server on Windows 10.
The issue is with the Public Keys, password auth works fine.
The file permissions for both normal and administrative users are not the ...
0
votes
1
answer
294
views
Tortoise Git not using id_rsa
I use Tortoise Git on Windows 10. When I push it asks me password although I do have %userprofile%\.ssh\id_rsa file. I also tried to use git from command line (Git bash). If I google I get instructed ...
2
votes
0
answers
258
views
How to unlock a Windows 10 pc through remote shell
I sometimes run into the problem where users need to access a certain windows pc, but I don't want to tell them the password. How would I unlock the pc through ssh session from a (obviously) remote ...
1
vote
0
answers
309
views
SSH into windows 10 pc with Termux using keypair
So i want to SSH into my windows 10 pc via termux
On server windoes 10 pc:
1.)installed OpenSSH using optional windows features.
2.)enabled the respective services
On client termux app:
-generated ...
0
votes
1
answer
2k
views
OpenSSH says 'Permission denied' or 'Connection reset' after I modify my user name through netplwiz on my Windows server
The orginal user name of my Windows PC was the first five letters of my email that I used to register my Microsoft account. It looks quite weird, so I modified it through netplwiz.
I've installed ...
0
votes
1
answer
1k
views
How do i rdesktop from Kali Linux to Windows xp and display on Windows 10?
I am on a windows 10 laptop. I am SSHing into a Kali GNU/Linux (has a public IP, and an IP in a LAN) (no root privileges). I am trying to remote desktop into a Windows XP computer (On the LAN, no ...
0
votes
0
answers
850
views
Cannot remotely connect to Windows 10 server on VS Code
I have recently received a new MacBook (M1) with macOS Ventura 13.1. I want to remotely connect to a Windows 10 server but fail every time to do so with this new MacBook. My initial thought was this ...
2
votes
3
answers
2k
views
SSH from MacBook to Windows 10 server not working anymore after upgrading OpenSSH on the server?
I have uninstalled OpenSSH client and server on my Windows 10 server, and then reinstalled them.
Now it has OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2, which are slightly higher versions than ...
0
votes
0
answers
30
views
SSH from Windows10 to Windows10 on lan, not able to use DIR command
When using OpenSSH from Win 10 to Win 10 laptops on local network - I am not able to view hidden files and folders. The Dir command behaves different between being on the local laptop and on the ...
1
vote
0
answers
675
views
Why ssh ask multiple passphrase at once while executing git push
I'm windows user and after I updated git client (2.26.0 -> 2.38.0) the git starts to ask for multiple ssh passphrase for a single push command instead of one here is the terminal prompt
git push
...
0
votes
0
answers
579
views
ssh-keyscan with t option with rsa type for MacOS does not return the public key
Having the following:
Windows 10 with Git's bash enabled in the console
MacOS (el Capitan)
If is executed
ssh-keyscan -t ecdsa 192.168.1.X
In both OS return the same data as expected, such as:
# ...
1
vote
0
answers
5k
views
OpenSSH giving a "Failed to open file" error because it is looking for non existent -cert files
I'm trying to log on to an ssh server from my Windows machine. When I enter the following command (where rsa_key_file is a private key generated using ssh-keygen):
ssh -i ~/.ssh/rsa_key_file username@...
0
votes
0
answers
320
views
SSH into a windows machine without password
I want to SSH into a windows 10 machine running OpenSSh server. However, this machine has no password because it is used for automation and must start and login without user interaction. So when I try ...
0
votes
1
answer
991
views
Git on Windows 10 uses a different key than ssh
I have a config issue with using git on windows. The public key git uses is different than the key ssh uses for the same host. In short,
ssh git@somewhere
asks for the key password and works fine, ...
0
votes
1
answer
797
views
Cannot Connect VNC through SSH to Windows from Unix
I mostly have Unix devices and use VNC through SSH to connect to all of them. However I have one Windows 10 PC and I cannot remote into it.
On the Windows 10 PC, I installed TightVNC Server (Version ...
0
votes
1
answer
2k
views
How to ssh into win10 using an azure user (an Azure AD domain user)? is there a "correct way" to write this user on the ssh command?
I already installed the optional OpenSSH client and server,
I made it a service,
but I cant log in.
I have done this same steps on three laptops, two of them work at the first try, last one didn't. ...
0
votes
1
answer
167
views
how can I find the ubuntu username and password for ssh from my windows 10 laptop
I used the user info for the only account on my ubuntu laptop, but it keeps saying incorrect password.
I even used the username that comes up on the terminal.
2
votes
1
answer
454
views
scp recursive upload is incomplete
I want to transmit with scp a folder and it's contents, including subdirectories. The size of the directory is 16.2GB and it contains 40.647 files and 7.463 subdirectories. The local machine runs ...
1
vote
1
answer
9k
views
Windows' Git errors out with 'permission denied (public key)' when trying to access BitBucket via 'git pull' even though the ssh-key is correct
I'm running:
Windows 10 (latest updates)
Git version 'git version 2.36.1.windows.1'
SSH -V returns:
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
In the properties-dialog all executables inside C:\...
2
votes
0
answers
959
views
Putty not able to connect using private keys with Pageant
I've been wrestling with the issue for couple of days, but have no progress. The anomaly started suddenly a few days ago, everything worked perfectly before on Windows 10.
Problem:
Need to connect to ...
0
votes
0
answers
3k
views
"WARNING: UNPROTECTED PRIVATE KEY FILE!" - can not sign in to VPS Ubuntu-account from local Windows 10 computer
Following this authoritative article, I created the SSH keys at Windows local PC and copied them to VPS (this article does not cover the Windows case, but I found appropriate solution).
Now, when I ...
0
votes
0
answers
426
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 ...
0
votes
0
answers
176
views
How do I see the computers I have accessed in the past through ssh?
I remember that when I accessed other computers with ssh in the past from my windows PC for the first time, a message appeared saying something like "host added to this or that".
I would ...
0
votes
1
answer
25k
views
windows ssh client: how to fix "no matching cipher found"
I am using the openssh client on windows 10. It usually works fine but there are some machines which won't allow me to connect. As a workaround I can connect to these machines by using another ssh ...
1
vote
0
answers
4k
views
How to find the port used for SCP?
I'm trying to copy a file from my local (Windows 10, Cygwin) machine to a remote (Raspberry Pi) machine using scp, I get a time out error:
$ scp main.bin [email protected]:
ssh: connect to host 123....
0
votes
2
answers
6k
views
Error authenticating a domain user for ssh connection
I'm trying to setup my Windows 10 machine to be an ssh server by using Win32-OpenSSH. The server is part of a domain, so I use the command
ssh -i ~/.ssh/id_rsa -l user@domain ip_address
to connect ...
1
vote
2
answers
5k
views
How to do automatic 2FA with SSH/SCP on Windows (ideally using PuTTY+WinSCP)?
I am on Windows 10 using PuTTY and WinSCP to SSH/SCP into a linux server that has two-factor authentication (2FA). Each time I log in, it asks for my password and a verification code. I am curently ...
0
votes
1
answer
2k
views
Installing ssh server in windows 10
I cant install ssh server in windows 10 as I mentioned in this post here: Can't install open ssh server in windows 10
So i want to know is there any other way or third party way to install it in ...
4
votes
1
answer
33k
views
Can't install open ssh server in windows 10
I am unable to install open ssh server in windows 10 .I have use the GUI methord (add optional features)but it did not worked then i checked it is already installed or not using powershell
C:\WINDOWS\...
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 ...
0
votes
1
answer
575
views
Local Win+Ubuntu: ssh from Win to Ubuntu via the Internet
I have two computers, Win10 & Ubuntu 18.04, behind a router, connected to the Internet. On both, Internet works OK. I want to give access to someone to do remote work on Ubuntu (not Win). The ...
1
vote
2
answers
1k
views
How to set up passwordless login for SSH with different usernames?
I have a Windows 10 system and use the username "WindowsGod". Funny. :-)
And I have a Synology NAS named "MyDisk" that uses Linux as operating system but my user name for this is &...
1
vote
0
answers
211
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/...
0
votes
1
answer
716
views
SSH ask for password on a device with no password
I am trying to access my desktop via my laptop and to do so I setup an ssh server on my desktop. I allowed the firewall and everything. now whenever I try to connect via ssh to the desktop it keeps ...
0
votes
1
answer
1k
views
Ctrl+L stopped clearing screen in PuTTY sessions [duplicate]
I have PuTTY 0.76 running on Windows 10 2004.
I use PuTTY for connecting to several Linux servers using SSH.
In past I have been able to to clear terminal screen with key combination Ctrl+L.
But now ...
4
votes
2
answers
10k
views
How to access files on a Linux computer from a Windows PC in a graphically way
I can ssh connect to my linux computer.
I would like to access files from my linux computer but in a more comfortable graphical way, so that for example I can see them in a "file explorer" ...
0
votes
0
answers
659
views
SSH to user with no password
I have a windows user that has no password set. How can I ssh into that account. I have set
PasswordAuthentication yes
PermitEmptyPasswords yes
but it still asks for password. I know I can use a key ...
0
votes
1
answer
662
views
Windows 10 OpenSSH issues from new network
I wanted to be able to SSH into my windows machine from my laptop while on a trip. I set up OpenSSH, configured firewall options and got everything running. While at home, I was able to run ssh ...
2
votes
1
answer
5k
views
Where should we locate authorized_keys when we use Windows 10 OpenSSH server and WSL2?
I set up Windows 10's OpenSSH server to establish a ssh connection to WSL2's bash by a method described in this article: "THE EASY WAY how to SSH into Bash and WSL2 on Windows 10 from an external ...