Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

non-interactive ssh-keygen in Windows PowerShell: create a key pair and avoid pressing enter for location and empty passphrase

In Windows PowerShell, with ssh-keygen, how to create an SSH key pair with a private key that has no passphrase (password), without having to confirm twice the empty passphrase, and without having to ...
questionto42's user avatar
  • 2,423
1 vote
2 answers
424 views

Delete argument from command

If I have a commandline like this: sunday.exe monday tuesday-wednesday I would like to delete to the last space, or essentially the last argument. I tried Ctrl + Backspace, but it deletes only to the ...
Zombo's user avatar
  • 1
4 votes
1 answer
658 views

How can I run PowerShell commands without enclosing arguments in quotes?

When I try to run a program with a command line option from the PowerShell prompt, PowerShell ends up mangling the option. Why does this happen? Is there any way to stop it besides enclosing the ...
kem's user avatar
  • 43