Top "Openssh" questions

OpenSSH is the most widespread and de-facto standard implementation of SSH protocol.

PuTTY configuration equivalent to OpenSSH ProxyCommand

I'm just trying to use PuTTY to get an SSH connection to my servers. These servers allow incoming SSH connection …

ssh proxy putty portforwarding openssh
bash: ssh-host-config: command not found

Does anyone have ANY ideas what could be causing this. I am on win 7. I have successfully setup everything using …

windows-7 cygwin openssh
upgrade openSSH 7.2p in ubuntu 14.04

I have a server running Ubuntu 14.04, but I have an issue with PCI requirements. I have installed in my server …

ubuntu ssh upgrade openssh pci-compliance
Running commands over ssh with Java

Scenerio: I'd like to run commands on remote machines from a Java program over ssh (I am using OpenSSH on …

java ssh openssh
openssh windows bad owner or permissions

I've installed openssh for windows and when I run ssh localhost I get Bad owner or permissions on C:\Users\…

windows file-permissions openssh
Running OpenSSH in an Alpine Docker Container

I've installed OpenSSH and now I wish to run it as described in the documentation by running /etc/init.d/…

linux shell docker openssh alpine
OpenSSL headers missing when building OpenSSH

I want to build a certain OpenSSH version with a specific OpenSSL version from sources, but I get the following …

openssl openssh
TortiseSVN svn+ssh Error: Unable to connect to a repository at URL ... Network connection closed unexpectedly

I'm having problems accessing an SVN repository using TortoiseSVN 1.7.8. The SVN repository is on a CentOS 6.3 box with openssh 5.3p1:81.…

bash svn ssh tortoisesvn openssh
How to handle ssh host key verification with 2 different hosts on the same (but changing) IP address?

I have 2 ssh servers behind a nat firewall at a location that changes its wan IP every day. They are …

security ssh verification nat openssh
Specifying password in .ssh/config file?

Is it possible to specify password inside my .ssh/config file? Something like Host host1 User user1 Pass password All …

ssh openssh