Questions tagged [openssh-for-windows]

5 questions
0
votes
0 answers

scp upload is failing with directory location missing

I am using Renci.SshNet in my program trying to copy local file (windows machine) to remote WindowsServer which is running OpenSsh (client and server). When I run below command ScpClient remoteCopyClient = new ScpClient(remoteEntity.EntityIp, …
Phani
  • 71
  • 1
  • 5
0
votes
0 answers

Failing to generate ed25519-sk key pair | Key enrollment failed: unknown or unsupported key type

I am trying to generate ed25519-sk and ecdsa-sk keys using ssh-keygen on my Windows computer. I have OpenSSH OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3 installed and Yubikey Firmware version: 5.4.3. But, when I do ssh-keygen.exe -t ed25519-sk -C…
Preeti
  • 535
  • 1
  • 6
  • 30
0
votes
0 answers

OpenSSH on Windows require password despite ssh-copy-id

After using Git Bash and do the ssh-copy-id to my linux box, it works well, in Git Bash Windows, I can happily do ssh -p {PORT} {ME}@{MY_SERVER} and enjoy my server but when I use the OpenSSH built-in from PowerShell, it require me to input…
Luke
  • 1,623
  • 3
  • 24
  • 32
-1
votes
0 answers

SSH Key - Prompt for passphrase on only 1 of the entire list of Windows servers

I generated ssh private and public key on Unix hostx. I use this private key C:\\Temp\\id_rsa_tmp on several Windows hosts to establish ssh connections. The same ssh command (having same user windowsuser, same private key C:\\Temp\\id_rsa_tmp, and…
Ashar
  • 2,942
  • 10
  • 58
  • 122
-1
votes
1 answer

"Authenticator provider $SSH_SK_PROVIDER did not resolve" message when trying to connect to GitHub

I am trying to migrate my software development environment to a new machine. My team uses GitHub as our code repository, and I access it via Git Extensions to do push, pull, etc. On the new machine, I have copied the folders from the old machine…