Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

com.jcraft.jsch.JSchException: UnknownHostKey

I'm trying to use Jsch to establish an SSH connection in Java. My code produces the following exception: com.jcraft.…

java ssh jsch
What is the simplest way to SSH using Python?

How can I simply SSH to a remote server from a local Python (3.0) script, supply a login/password, execute a …

python linux unix ssh
Connect with SSH through a proxy

I have no real idea what I'm doing here so please bear that in mind if you can help me! …

ssh proxy terminal
How to pass a user / password in ansible command

I want to use Ansible as part of another Python software. in that software I have a hosts list with …

ssh ansible ansible-ad-hoc
Git says "Warning: Permanently added to the list of known hosts"

Every time I use git to interact with a remote, such as when pulling or pushing, I am shown the …

git shell command-line ssh terminal
Google server putty connect 'Disconnected: No supported authentication methods available (server sent: publickey)

I'm trying to connect to my Debian Google Compute Engine server through PuTTy (I've tried other alternatives too) but when …

ssh google-cloud-platform debian google-compute-engine putty
How to make a programme continue to run after log out from ssh?

Possible Duplicate: Prevent a background process from being stopped after closing SSH client I have a program that takes a …

linux bash ssh
Hook up Raspberry Pi via Ethernet to laptop without router?

I'm working on a balloon project with a Raspberry Pi. When we potentially recover the Raspberry Pi, it will most …

ssh raspberry-pi ethernet
How to establish ssh key pair when "Host key verification failed"

I have set up ssh key pairs between my desktop and two servers, and from the servers to my desktop, …

ubuntu ssh foreign-keys
proper way to sudo over ssh

I have a script which runs another script via SSH on a remote server using sudo. However, when I type …

ssh sudo