Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

Best way to script remote SSH commands in Batch (Windows)

I am looking to script something in batch which will need to run remote ssh commands on Linux. I would …

linux windows batch-file ssh putty
How to ssh from within a bash script?

I am trying to create an ssh connection and do some things on the remote server from within the script. …

bash ssh
vagrant login as root by default

Problem: frequently the first command I type to my boxes is su -. Question: how do I make vagrant ssh …

login ssh vagrant root
.ssh directory not being created

To generate the .ssh dir I use this command: ssh-keygen taken from this tutorial: http://ebiquity.umbc.edu/Tutorials/Hadoop/05%20…

unix ssh cygwin
PuTTY Connection Manager download?

Where can I still download PuTTY Connection Manager? I am a PuTTY user and finally decided I need to upgrade …

ssh putty
How to open remote files in sublime text 3

I am connecting to remote server using "mRemoteNG" and want to open remote server files in my local sublime text …

ssh sublimetext3 remote-server
ssh-copy-id no identities found error

I have few client systems where I need to push the ssh key and login from my server without authentication …

unix ssh ssh-keys
Can't connect to Postgresql on port 5432

I have PostgreSQL 9.3 installed on a server running Ubuntu Server 14.04. If I ssh into the server via terminal, I'm able …

postgresql ssh port remote-access
How to reset or change the passphrase for a GitHub SSH key?

I have forgoten my passphrase in Git. How do I reset it? I found two solutions on Stack Overflow, but …

git github ssh ssh-keys passphrase
How to restrict SSH users to a predefined set of commands after login?

This is a idea for a security. Our employees shall have access to some commands on a linux server but …

linux shell ssh