About 95 results
Open links in new tab
  1. ssh tunneling - How do I use the ssh -i option to specify a ssh keypair ...

    Jan 2, 2018 · 6 I need to connect to a SSH proxy server using a ssh keypair that I created specifically for it (not my default id_rsa keypair). I see from the ssh manual that there is a -i option that I can use to …

  2. How to forward X over SSH to run graphics applications remotely?

    I have a machine running Ubuntu which I SSH to from my Fedora 14 machine. I want to forward X from the Ubuntu machine back to Fedora so I can run graphical programs remotely. Both machines are on …

  3. How to fix "ssh: connect to host github.com port 22: Connection timed ...

    Host github.com Hostname ssh.github.com Port 443 Then, run the command ssh -T git@github.com to confirm if the issue is fixed. According to this Sometimes, firewalls refuse to allow SSH connections …

  4. ssh - How to solve Permission denied (publickey) error when using Git ...

    In terminal enter this command with your ssh file name pbcopy < ~/.ssh/id_rsa.pub This will copy the file to your clipboard Now open you github account Go to Settings > SSH and GPG keys > New SSH …

  5. How does reverse SSH tunneling work? - Unix & Linux Stack Exchange

    Based on Reversing an ssh connection and SSH Tunneling Made Easy, reverse SSH tunneling can be used to get around pesky firewall restrictions. I would like to execute shell commands on a remote …

  6. openssh - How to ssh to remote server using a private key? - Unix ...

    Oct 25, 2011 · However, I would be creating a bash script from server 1 that will execute some commands on server 2 via SSH. How do I SSH to Server 2 using my private key file from Server 1?

  7. How can I run ssh-add automatically, without a password prompt?

    How to configure ssh-agent and ssh keys for passwordless ssh and git operations on a remote Linux or Unix server I really like this answer by @Collin Anderson, and I upvoted it.

  8. ssh - How to tell git which private key to use? - Super User

    ssh has the -i option to tell which private key file to use when authenticating: -i identity_file Selects a file from which the identity (private key) for RSA or DSA authentication is read. The default is …

  9. How to copy files from one machine to another using ssh

    Dec 25, 2013 · I am using a Linux (CentOS) machine, and I have already connected to another system using SSH. Now, my question is: How can I copy files from one system to another system? Suppose, …

  10. SSH authentication issue with OpenSSH private key

    Apr 16, 2022 · ssh -oHostKeyAlgorithms=+ssh-dss -i id_rsa root@<ip> But with this command, it prompted me for a password even though I intended to use the id_rsa key for authentication.