Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I changed the root user and tried from other user but the same error
-bash-3.00$ ssh -p 1214 209.62.76.34
ssh: connect to host 209.62.86.14 port 1214: Connection refused
-bash-3.00$
ssh -vvv -p 1214 209.62.76.34
Will give you a verbose output, which may help to find the problem.
If you have firewall(s), they'll need to be aware of the new ssh port assignment.
Also, most (default) ssh configurations will sensibly not allow a connection as root.
ssh -vvv -p 1214 209.62.76.34
Will give you a verbose output, which may help to find the problem.
If you have firewall(s), they'll need to be aware of the new ssh port assignment.
Also, most (default) ssh configurations will sensibly not allow a connection as root.
[root@server ~]# ssh -vvv -p 1214 209.62.76.34
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 209.62.76.34 [209.62.76.34] port 1214.
debug1: connect to address 209.62.76.34 port 1214: Connection refused
ssh: connect to host 209.62.76.34 port 1214: Connection refused
[root@server ~]#
are you logging in locally or from a remote machine through the internet? Maybe you are being firewalled somewhere int he process. Also, try a higher port number; maybe your ISP is blocking the port you are using.
are you logging in locally or from a remote machine through the internet? Maybe you are being firewalled somewhere int he process. Also, try a higher port number; maybe your ISP is blocking the port you are using.
- JB
I am logging from internet and I changed the port to 1024 but still have the problem
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.