Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

Use Expect in a Bash script to provide a password to an SSH command

I'm trying to use Expect in a Bash script to provide the SSH password. Providing the password works, but I …

linux bash ssh expect
How can I remove an SSH key?

I currently have an old SSH key uploaded on a server. The problem is I lost my ~/.ssh directory (with …

git ssh git-svn ssh-keys ssh-keygen
write a shell script to ssh to a remote machine and execute commands

I have two questions: There are multiple remote linux machines, and I need to write a shell script which will …

linux shell ssh
Using putty to scp from windows to Linux

I'm trying to test some C code that I'm writing. The only issue is that the code needs to be …

linux windows ssh putty scp
scp (secure copy) to ec2 instance without password

I have an EC2 instance running (FreeBSD 9 AMI ami-8cce3fe5), and I can ssh into it using my amazon-created …

amazon-web-services amazon-ec2 ssh scp pem
SSH Key: “Permissions 0644 for 'id_rsa.pub' are too open.” on mac

I generate a ssh key pair on my mac and add the public key to my ubuntu server(in fact, …

ssh permissions key
connect to host localhost port 22: Connection refused

While installing hadoop in my local machine , i got following error ssh -vvv localhost OpenSSH_5.5p1, OpenSSL 1.0.0e-fips 6 Sep 2011 debug1: …

linux hadoop ssh
Convert PEM to PPK file format

Is there a way to convert PEM files to PPK files? (you may guess that Amazon EC2 gives me a …

ssh putty pem
How to pass the password to su/sudo/ssh without overriding the TTY?

I'm writing a C Shell program that will be doing su or sudo or ssh. They all want their passwords …

linux ssh passwords sudo su
How to execute a MySQL command from a shell script?

How can I execute an SQL command through a shell script so that I can make it automated? I want …

mysql shell ssh