About 150,000 results
Open links in new tab
  1. server - How to connect to a certain port on SSH - Ask Ubuntu

    Jan 16, 2019 · Closed 6 years ago. So, I am setting up an ssh server. I have installed the ssh-server program on my server. However, I didn't want to connect to it through port 22, because …

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

    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 forward port 26 on the …

  3. SSH default port not changing (Ubuntu 22.10 and later)

    Nov 7, 2022 · I am on Ubuntu 22.10 and I cannot change SSH default port. I have tried the following: Edited /etc/ssh/sshd_config, left the default #Port 22 line but added Port 1234 below it.

  4. how change ssh default port on router - Cisco Community

    Jul 7, 2013 · Solved: ive mad : 1- ip domian name sss 2- local username 3-crypto key generate rsa , then i choosed 1024 bits 4- for line vty i put ===>transport input ssh 5- login local but i …

  5. Can not change ssh port | Server 16.04 - Ask Ubuntu

    I want to change the ssh port from 22 to 2800. I tried to change the /etc/ssh/ssh_config and removed the # from Port line and changed the number to 2800. after trigger the command: …

  6. sftp - how to connect to non-default port? - Ask Ubuntu

    Aug 10, 2017 · I want to connect to server via sftp using specific IP and a specific (non-default) PORT . How can I choose non-default port when connecting using sftp?

  7. SSH connection failing since I changed server port number

    Yesterday I changed the default ports on the server from 22 to 1993 then restarted but now I can't connect at all. I used ssh -i keyname.pem ubuntu@remotehost to connect then sudo vi /etc/ssh/

  8. Solved: Config new ssh port on switch - Cisco Community

    Oct 9, 2024 · Hi, i want to change the ssh port on my switch. But when i used command "ip ssh port 1422 rotary 1", it refuse and said : % Unrecognized command. However when i change …

  9. Unable to Change SSH Port on Ubuntu

    Aug 28, 2023 · Problem: I initially wanted to change the default SSH port from 22 to 2222 for security reasons. I've updated the SSH configuration file (/etc/ssh/sshd_config) and set the …

  10. How to change the ssh port on Ubuntu 23.04? - Ask Ubuntu

    Jul 25, 2023 · Please edit your question and explain what you want to achieve. If you want/need to use a different port number at your public IP address, you could configure this in the port …