Top "Openssh" questions

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

What command do I use to see what the ECDSA key fingerprint of my server is?

I see stuff all over Google on how to see the RSA key fingerprint, but not the ECDSA fingerprint.

linux security ssh rsa openssh
How to resolve 'no matching mac found error' when I try to ssh

The following is the error I am getting: no matching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1…

openssh hmacsha1
Cross Compile OpenSSH for ARM

Does anybody know how I can cross compile OpenSSH for ARM? This is what I have done: First I've downloaded …

openssl arm cross-compiling zlib openssh
Directory permissions for Cygwin SSH (Windows 7)

I am a fan of Linux but due to bad Intel wireless drivers in Linux, I had to switch to …

windows-7 permissions ssh cygwin openssh
"Network connection closed unexpectedly" upon svn checkout

When I attempt to checkout: svn checkout svn+ssh://serveradmin%[email protected]/home/87292/data/svn/repository/trunk . I get …

svn ssh openssh
SSH connection to Amazon EC2 in Linux

I am trying to ssh to amazon ec2 instance from shell using the following command ssh -vi sec.ppk ubuntu@…

ubuntu amazon-ec2 openssh
set environment variable SSH_ASKPASS or askpass in sudoers, resp

I'm trying to login to a ssh server and to execute something like: ssh [email protected] 'sudo echo "foobar"…

ssh environment-variables debian openssh
Accessing a git repository via ssh behind a firewall

I would like to access (clone/push/pull) a private (via ssh) git repository while behind a corporate firewall that …

git proxy openssh jsch
Openssh Private Key to RSA Private Key

(I am using MAC) My id_rsa starts with -----BEGIN OPENSSH PRIVATE KEY----- but I expect it to starts with …

bash macos ssh rsa openssh
What's openssh default kexalgorithms?

If KexAlgorithms is not configured explicitly in an ssh config file, what's the default key exchange algorithm openssh may use? …

openssh