Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

How to do ssh with a timeout in a script?

I'm executing a script connecting via password-less SSH on a remote host. I want to set a timeout, so that …

shell ssh timeout
Copying a local file from Windows to a remote server using scp

So, I'm attempting to simply transfer folder of files from my local computer to a server via ssh and scp. …

windows ssh copy sudo scp
Specify an SSH key for git push for a given domain

I have the following use case: I would like to be able to push to [email protected]:gitolite-admin …

git ssh gitolite
Checkout Jenkins Pipeline Git SCM with credentials?

I was following this tutorial: node { git url: 'https://github.com/joe_user/simple-maven-project-with-tests.git' ... } However it doesn't tell how …

git jenkins ssh jenkins-pipeline
Use ssh from Windows command prompt

Question: How to use ssh & scp from the Windows command prompt? I remember I installed a program in the …

windows ssh cmd scp
Putty: Getting Server refused our key Error

I created key pair using puttygen.exe (client is windows 8). On server (Ubuntu 12.04.3 LTS), I have put my public key …

ssh putty
How to prevent a background process from being stopped after closing SSH client in Linux

I'm working on a Linux machine through SSH (Putty). I need to leave a process running during the night, so …

linux process ssh background-process
Keep SSH session alive

I use ssh -p8520 username@remote_host to login remote server. Issue: It is always connected and works properly when …

linux ssh terminal
'ssh-keygen' is not recognized as an internal or external command

I run git push -u origin master It tells me that "Permission denied (public key) fatal: The remote end hung …

windows git ssh github
Is it possible to specify a different ssh port when using rsync?

I have been attempting the following command: rsync -rvz --progress --remove-sent-files ./dir user@host:2222/path SSH is running on port 2222, …

ssh rsync