Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

Run ssh and immediately execute command

I'm trying to find UNIX or bash command to run a command after connecting to an ssh server. For example: …

bash unix ssh
How to run ssh-add on windows?

I'm following #335 Deploying to a VPS , and near the end of the episode, we need to run ssh-add to give …

windows ssh
How to create a bash script to check the SSH connection?

I am in the process of creating a bash script that would log into the remote machines and create private …

bash ssh connection
AWS - Disconnected : No supported authentication methods available (server sent :publickey)

SSH to my AWS server just broke for both Putty and Filezilla. I'm making some effort for this post to …

amazon-web-services ssh putty
SSH configuration: override the default username

Is it possible to configure ssh to know what my username should be? By default it uses the current username, …

unix ssh ssh-config
Getting permission denied (public key) on gitlab

My problem is that I can't push or fetch from GitLab. However, I can clone (via HTTP or via SSH). …

git ubuntu ssh gitlab
Git On Custom SSH Port

My VPS provider recommends that I leave my SSH port to the custom port number they assign it by default (…

git version-control ssh cygwin
SSH to Vagrant box in Windows?

I'm using Vagrant to start a VirtualBox VM in windows. In other platforms, I can just $ vagrant ssh to connect …

windows ssh virtual-machine virtualbox vagrant
How to run a script file remotely using SSH

I want to run a script remotely. But the system doesn't recognize the path. It complains that "no such file …

scripting ssh
How to execute a remote command over ssh with arguments?

In my .bashrc I define a function which I can use on the command line later: function mycommand() { ssh [email protected]

linux bash ssh