About 50 results
Open links in new tab
  1. linux - Why am I getting “Connection closed by [preauth]” with …

    Oct 18, 2022 · I have Ubuntu running on Windows (app) where I have created SSH key pair and added to Ubuntu server (Cloud) for the user. Whenever I try to SSH from Ubuntu sandbox …

  2. linux - SSH Port forwarding - Super User

    This machine is refered to by "remote". Local port forwarding with ssh means you connect from your client to your server and thereby open a tunnel so that another program on your client …

  3. How to specify password in ssh command - Super User

    Nov 26, 2020 · From the terminal I type: ssh user@ip and then it prompts for a password. Is there a way to specify the password in the ssh command itself?

  4. git - SSH - How to add host to ssh/known_host file - Super User

    Dec 4, 2018 · To automatically add a key for a new host, just SSH to it. To manually add a key for a new host, 1) open the known_hosts file in your text editor and 2) add the key for a new host, …

  5. port forwarding - Differences between ssh -L to -D - Super User

    Apr 3, 2012 · I'm trying to understand the differences between ssh -L to -D. Is there anything else except for that -D is SOCKS only? Thanks!

  6. How does SSH encryption work? - Super User

    But if I need to encrypt data on the client for sending to the server, how does it happen? The public key encrypts data on the client? But how can the server decrypt it, if it only has the …

  7. 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 …

  8. tcp - What does SSH use UDP for? - Super User

    The SSH protocol uses or has used 22/UDP for tunneling control through TCP. If decoded properly via Wireshark and you are tunneling a connection through via either ssh-agent or …

  9. Windows SSH: Permissions for 'private-key' are too open

    Feb 18, 2018 · I've OpenSSH 7.6 installed in Windows 7 for testing purposes. SSH client & server work just fine till I tried to access one of my AWS EC2 box from this windows. It seems …

  10. How to connect to SSH with '@' character in username

    I was given login credentials to a server and there is an @ character in my username. How can I make an SSH connection in my terminal? username: [email protected] host: domain.com I've …