About 734,000 results
Open links in new tab
  1. Generic Product Keys to Install or Upgrade Windows 11 Editions

    Jan 2, 2022 · Using a generic key can be helpful if you wanted to install or upgrade to a specific Windows 10/11 edition for evaluation or testing on a PC or virtual machine, or just don't have a digital …

  2. Generate new ssh keys in Windows 10 / 11 - Stack Overflow

    I found a notable exception that in Windows 10, using the described route only wrote the files to the folder if the file names where not specified in the ssh-keygen generator.

  3. how to generate public key from windows command prompt

    Apr 13, 2015 · How do I do it from windows command prompt? I tried using ssh-keygen -t rsa from c:\ but received a message ssh-keygen is not recognized as an internal or external command, operable …

  4. windows - 'ssh-keygen' is not recognized as an internal or external ...

    Aug 2, 2012 · If you have installed Git, and is installed at C:\Program Files, follow as below Go to "C:\Program Files\Git" Run git-bash.exe, this opens a new window In the new bash window, run "ssh …

  5. Generating a gitlab ssh key from windows - Stack Overflow

    2 If you want to go along with creating the key in windows without relying on git, you can go to Apps & Features > Optional Features > OpenSSH client (install). Once that is done the keygen command will …

  6. How to access `/.ssh` directory in windows? - Stack Overflow

    Jun 28, 2022 · In my case, ssh-keygen generated the keys inside the current directory, not into the path it claimed to generate them in. I was also following these instructions and was quite confused as well.

  7. git - How to generate ssh keys (for github) - Stack Overflow

    May 6, 2017 · The command to run is only ssh-keygen -t rsa -C "[email protected]" All the rest beginning with line 2 of your script is the output of ssh-keygen. And replace [email protected] with …

  8. How to configure git with SSH keys on Windows 10?

    In the git bash terminal type ssh-keygen -t rsa. This will generate public and private key pair Go to the location of the keys (I'd recommend using git bash for it) and open the public key (with cat, for …

  9. Activate Windows 11 | Windows 11 Forum

    Apr 16, 2023 · To activate Windows 11, you will need either a digital license linked to your Microsoft account or a product key. A digital license (called a digital entitlement in Windows 11) is a method of …

  10. How to execute ssh-keygen without prompt - Stack Overflow

    May 10, 2019 · yes "y" | ssh-keygen -t rsa echo "\n\n\n" | ssh-keygen... echo | ssh-keygen.. all of these command doesn't work, just input one 'enter' and the shell script stopped on "Enter passphrase …