Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

Work on a remote project with Eclipse via SSH

I have the following boxes: A Windows box with Eclipse CDT, A Linux box, accessible for me only via SSH. …

c eclipse ssh eclipse-cdt remote-debugging
Vagrant ssh authentication failure

The problem with ssh authentication: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network …

ssh vagrant virtualbox private-key vagrantfile
Git SSH error: "Connect to host: Bad file number"

I followed the git guide but I have this strange issue when trying to connect to github: $ ssh -v git@…

git github ssh
How can I ssh directly to a particular directory?

I often have to login to one of several servers and go to one of several directories on those machines. …

bash shell scripting ssh
WARNING: UNPROTECTED PRIVATE KEY FILE! when trying to SSH into Amazon EC2 Instance

I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night …

ssh amazon-web-services amazon-ec2 chmod
How To Execute SSH Commands Via PHP

I am looking to SSH out via PHP. What is the best/most secure way to go about this? I …

php ssh shell-exec
Repository access denied. access via a deployment key is read-only

After successfully cloning my repo from heroku and added another remote 1/ git clone [email protected]:[APP].git 2/ git remote …

git ssh bitbucket ssh-keys
List of all users that can connect via SSH

I recently started looking at my auth-logs and surprisingly found bots from china trying to bruteforce their way in this (…

linux ubuntu ssh passwd
Git Remote: Error: fatal: protocol error: bad line length character: Unab

I set up a git server and want now to push initially my repo from the client. I used git …

git ssh authorized-keys
Running SSH Agent when starting Git Bash on Windows

I am using git bash. I have to use eval `ssh-agent.exe` ssh-add /my/ssh/location/ every time when I …

windows ssh git-bash