Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

ssh "permissions are too open" error

I had a problem with my mac where I couldn't save any kind of file on the disk anymore. I …

permissions ssh
How to download a file from server using SSH?

I need to download a file from server to my desktop. (UBUNTU 10.04) I don't have a web access to the …

linux unix ssh
Could not open a connection to your authentication agent

I am running into this error of: $ git push heroku master Warning: Permanently added the RSA host key for IP …

ssh ssh-agent
How to use SSH to run a local shell script on a remote machine?

I have to run a local shell script (windows/Linux) on a remote machine. I have SSH configured on both …

shell ssh sysadmin remote-execution
How to specify the private SSH-key to use when executing shell command on Git?

A rather unusual situation perhaps, but I want to specify a private SSH-key to use when executing a shell (git) …

git bash shell ssh
How to solve Permission denied (publickey) error when using Git?

I'm on Mac Snow Leopard and I just installed git. I just tried git clone [email protected]:cakebook.git …

git ssh ssh-keys public-key
How do I access my SSH public key?

I've just generated my RSA key pair, and I wanted to add that key to GitHub. I tried cd id_…

git ssh rsa
Find and Replace Inside a Text File from a Bash Command

What's the simplest way to do a find and replace for a given input string, say abc, and replace with …

bash ssh replace scripting ironpython
Transferring files over SSH

I'm SSHing into a remote server on the command line, and trying to copy a directory onto my local machine …

ssh scp
How to run the sftp command with a password from Bash script?

I need to transfer a log file to a remote host using sftp from a Linux host. I have been …

bash shell unix ssh sftp