About 2,920,000 results
Open links in new tab
  1. How to use SSH to run a local shell script on a remote machine?

    This bash script does ssh into a target remote machine, and run some command in the remote machine, do not forget to install expect before running it (on mac brew install expect )

  2. server - Enable ssh login with password for a user - Ask Ubuntu

    I assume the ssh-server is configured to user key based authentication only and password based authentication is turned off in the file /etc/ssh/sshd_config. Create an additional config file: …

  3. Remote SSH connection hangs at "Downloading vscode server …

    Sep 8, 2023 · I am trying to connect to Remote SSH through Remote-SSH extension, however it hangs at "Downloading VSCode Server" step for a long time after updating the vscode …

  4. SSH connection refused on windows ssh server - Stack Overflow

    Mar 18, 2023 · 0 I'm trying to turn my laptop (windows 11) into a SSH server which I can connect to, but for some reason it's refusing the connection; here's what I did: -Installed the ssh server …

  5. openssh - SSH connection reset on Windows - Super User

    Apr 17, 2023 · OpenSSH-Server-In-TCP OpenSSH Server (sshd) True whoami pcname\m.ceradini ssh pcname\m.ceradini@localhost Connection reset by ::1 port 22 The …

  6. How to run the SSH server on a port other than 22 - Ask Ubuntu

    Mar 14, 2012 · You can either change the port number on that machine to 26. Either edit /etc/ssh/sshd_config & don't forget to restart SSH (service sshd restart) or leave it on 22, but …

  7. How do I configure a new Ubuntu installation to accept ssh …

    Apr 30, 2016 · 25 Installing the openssh-server package which is available from the Software Center will provide the server element to allow a client such as another ubuntu desktop to …

  8. Enable SSH in WSL system - Ask Ubuntu

    May 22, 2021 · Install OpenSSH server in Windows (instructions). Access your WSL instance remotely using ssh -t windows_user@windows_host wsl. That just connects to the Windows …

  9. Easiest way to copy ssh keys to another machine? - Ask Ubuntu

    The ssh-copy-id command (in the openssh-client package and installed by default) does exactly this: ssh-copy-id [email protected] copies the public key of your default identity …

  10. Where is the SSH Server Fingerprint generated/stored?

    The format of a user key and a server key is the same; the difference is where they are placed and whether /etc/ssh/sshd_config has a HostKey directive pointing to them. When you install …