Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Help for my lowendspirit uk vps
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Help for my lowendspirit uk vps

I need help for my lowendspirit uk vps.
Someone can make a tutorial about how to change ssh port etc??
At moment I understand only what is the IP of my node :)
I want try to install squid proxy but I dont understand now how to configure my browser etc.
please helpppppp :)

Comments

  • what is your operating system ... :D

  • apt-get install nano
    nano /etc/ssh/sshd_config

    change "Port 22" to the ports you have been provisioned for your LES.

  • SpiritSpirit Member
    edited September 2013

    Someone can make a tutorial about how to change ssh port etc??

    Log in as root and open sshd configuration file with some editor (ie.nano):

    nano /etc/ssh/sshd_config

    find and change Port 22 line to your desired port (with lowendspirit this means one of your 10 dedicated ports).

    And restart the ssh service after change with:

    Debian: /etc/init.d/ssh reload
    Centos: /etc/rc.d/init.d/sshd restart

  • I think it would be better for you to search http://forum.lowendspirit.com , you will find answer there it was answered more then ones. Here is one example:

    To change port for ssh, first connect to your server, easy way is to use console from SolusVM, type:

    nano /etc/ssh/sshd_config

    change line
    Port 22 to what ever port you want (read email for your VM and use one of your 20 ports) then save and exit file, and restart ssh

    service ssh restart

    You need to use SolusVM console if you don't have IPv6 connectivity, if you have there is not need for solus just connect using your VM's IPv6.

    Hope this helps!

  • I resolved :) I made a mistake... I always setup the ssh port out of my ports range eheheheh
    I also installed squid proxy and all work :D
    thanks to all

Sign In or Register to comment.