Top "Ssh" questions

GENERAL SSH SUPPORT IS OFF-TOPIC.

How to upload files to server using Putty (ssh)

Can someone help me with commands? I'm trying to upload file to server based on linux.

ssh putty
key_load_public: invalid format

I used PuTTY Key Generator to generate a 4096 bit RSA-2 key with a passphrase. I save the .ppk and an …

git github ssh public-key
Copying files from server to local computer using SSH

I am having trouble copying files from a remote server using SSH. Using PuTTY I log in to the server …

ssh scp
Find the IP address of the client in an SSH session

I have a script that is to be run by a person that logs in to the server with SSH. …

linux networking ssh ip-address
Add Keypair to existing EC2 instance

I was given AWS Console access to an account with 2 instances running that I cannot shut down (in production). I …

amazon-web-services authentication ssh amazon-ec2 permissions
How do I verify/check/test/validate my SSH passphrase?

I think I forgot the passphrase for my SSH key, but I have a hunch what it might be. How …

ssh ssh-keys openssh
How do I get git to default to ssh and not https for new repositories

These days when I create a new repository on GitHub on the setup page I get: git remote add origin …

git github ssh
Delete newline in Vim

Is there a way to delete the newline at the end of a line in Vim, so that the next …

unix vim shell ssh vi
Use PPK file in Mac Terminal to connect to remote connection over SSH

I have been using Putty on Windows XP and used the .ppk file to connect to my Linux servers (several …

macos ssh ssh-keys openssh
Why does an SSH remote command get fewer environment variables then when run manually?

I have a command that runs fine if I ssh to a machine and run it, but fails when I …

ssh environment-variables