Open links in new tab
  1. server - How to connect to a certain port on SSH - Ask Ubuntu

    Jan 16, 2019 · Closed 7 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 reasons, so I …

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

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

  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 want to ask …

  5. 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 the port …

  6. How to change ports to access?? - Cisco Community

    Jan 29, 2013 · Similar to SSH , If you would like to change Telnet port Rotary command allows to open connection .The router listens for telnet connections on an additional TCP port when the command is …

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

  8. 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/

  9. 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 forwarding of your …

  10. 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: service ssh rest...