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
0 votes
1 answer
39 views

Trouble accessing Docker interactive mode image

I need help with accessing interactive mode of Docker image thanks to lack of knowledge in needed area. I want open file , and read from file, and use image filesystem (traversal and search). I think ...
intersect's user avatar
1 vote
1 answer
3k views

Can't type anymore on Git bash after returning from ssh -tt

I wanted to execute a command in a remote shell in its interactive environment, so as to make it load my remote .bash_profile there first before executing the command. This works great: echo "...
laggingreflex's user avatar
0 votes
2 answers
4k views

Running interactive commands in remote machine using putty command line

I am trying to connect to remote terminal using putty command line with below command: C:\Program Files>putty.exe -ssh -2 -l username -pw password -m remote.cmd -t 10.127.1.1 In remote.cmd file, I ...
Monika's user avatar
  • 1
0 votes
2 answers
418 views

How do you launch an SSH connection with port forwarding without interrupting your screen access?

I want to make an SSH connection to another server with forwarding, but without having to log on to the remote server, nor interfere with the screen I am working on. I also need to access the ...
vfclists's user avatar
  • 779