python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the .ssh/config corresponding option for ssh -N
I am trying to set up an alias in my config that should give the same result as
ssh -N -L 3307:1.1.1.1:3306 username@remoteip
My current .ssh/config looks something like this.
Host connect
User u...
Prajwal Raju P
Votes: 0
Answers: 1
SSH Config - Extracting a substring from the %h token in Unix, Linux, and Windows
I have two different environments (production and develop) that both contain a box that have the same local DNS record ie: foo.example.com.
I would like to make an entry in my SSH Config similar to th...
rjoyce
Votes: 0
Answers: 1
How do you avoid typing the password of your ssh key each time, on Linux and Windows with OpenSSH?
I use a password-protected ssh key (RSA). That means that I need to type the password to decipher the key before using it.
I noticed that on some computers, I don't need to type the pass of my ssh key...

Xiiryo
Votes: 0
Answers: 1
Gitlab CI job hangs when ssh command is run
The job runs a script on ither server through SSH (open ssh). The script is executed successfully, therefore the connection is successful.
The problem is that it never disconnects. Stays in running st...

María Cristina Fernández López
Votes: 0
Answers: 1