About 106,000 results
Open links in new tab
  1. How do I configure a new Ubuntu installation to accept ssh connections?

    Apr 30, 2016 · I just installed Ubuntu. How do I set it up to allow me to ssh into it? Right now I get "ssh: connect to host x.x.x.x port 22: Operation timed out".

  2. What's the best way to SSH to machines on the local network?

    You can setup a local DNS server to resolve your LAN's hosts. This way you will be able to ssh using the computer's hostname as in option 2 but with additional benefit the avoidance of editing every …

  3. 24.04 - SSH connection refused - Ask Ubuntu

    Nov 16, 2024 · Here is what I did when my Ubuntu 24.04.01 Desktop did not allow ssh connection. I don't know about ssh.socket and I don't see it among the active services. What I know is that …

  4. ssh - What is the simplest way to have remote GUI access to Ubuntu …

    I'm trying to figure out what is "lightweight" way to configure my Ubuntu 16.04 LTS server to have access via GUI (over SSH as option). I would like to reach it from my Ubuntu 16.04 workstation.

  5. How do I SSH to machine A via B in one command? - Ask Ubuntu

    Here's what I do now: Log in to a different university machine, say machine B (This machine B is accessible via SSH from my home computer.) Use SSH on B to connect to A. Is there a way to do …

  6. Connecting to Ubuntu server via SSH externally

    2) Check that the SSH server is running on your server 3) Use ping, ssh -v while connecting and look at /var/log/auth.log to debug any further connection problems.

  7. ssh - Can't type anything into openssh terminal after login - Ask Ubuntu

    Mar 9, 2025 · 0 I am using ubuntu openssh (Ubuntu version 22.04.5) from my windows 11 machine. I have tried both the regular command prompt and powershell terminals, and they both do the exact …

  8. Suddenly unable to SSH into Ubuntu 22.04 server

    Mar 11, 2025 · So in summary: SSH says Permission denied (publickey) despite my keys not changing and the authorized_keys file having the same contents as before. Despite running fail2ban-client …

  9. Why can't I SSH in to my Ubuntu VM anymore?

    Jun 25, 2021 · I have a couple Debian based Linux distributions running on VMware Workstation Player on Windows 10. I used to be able to SSH in to the virtual machine from the host machine from a …

  10. SSH error: Permission denied, please try again - Ask Ubuntu

    Sep 18, 2016 · I have an Ubuntu server setup using amazon ec2 instance. I need to connect my desktop (which is also a ubuntu machine) to the ubuntu server using SSH. I have installed open-ssh in …