Top "Openssh" questions

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

Automatically enter SSH password with script

I need to create a script that automatically inputs a password to OpenSSH ssh client. Let's say I need to …

linux shell ssh openssh
Best way to use multiple SSH private keys on one client

I want to use multiple private keys to connect to different servers or different portions of the same server (my …

ssh ssh-keys openssh
How do I remove the passphrase for the SSH key without having to create a new key?

I set a passphrase when creating a new SSH key on my laptop. But, as I realise now, this is …

unix ssh passwords openssh passphrase
SSH Private Key Permissions using Git GUI or ssh-keygen are too open

Recently I've been unable to clone or push to github, and I'm trying to find the root cause. This is …

git ssh cygwin msysgit openssh
How do I verify/check/test/validate my SSH passphrase?

I think I forgot the passphrase for my SSH key, but I have a hunch what it might be. How …

ssh ssh-keys openssh
Convert pem key to ssh-rsa format

I have a certificate in der format, from it with this command I generate a public key: openssl x509 -inform …

openssl openssh
Use PPK file in Mac Terminal to connect to remote connection over SSH

I have been using Putty on Windows XP and used the .ppk file to connect to my Linux servers (several …

macos ssh ssh-keys openssh
Error when using scp command "bash: scp: command not found"

I want to use scp command to copy a local file to remote server, but I get an error message …

scp openssh rhel
Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent service, error :1058"

When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent …

ssh service windows-10 openssh
How to ssh to localhost without password?

EDIT: Putting exactly what was done I need to SSH localhost without password, the usual way of doing it (with …

networking login ssh passwords openssh