 |
 |
 |
 |
| Security and Privacy Sadly, malware, spyware, hackers and privacy threats abound in today's world. Let's be paranoid and secure our penguins, and slam the doors on privacy exploits. |

16th March 2005, 01:04 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Utrecht, The Netherlands
Posts: 35

|
|
|
Disable direct root login
Hello,
I'm trying to disable direct root login via SSH. There are lots of tutorials available via Google how to disable direct root login.
The tutorial:
Quote:
1. SSH into your server as 'admin' and gain root access by su
2. Copy and paste this line to edit the file for SSH logins
pico -w /etc/ssh/sshd_config
3. Find the line
Protocol 2, 1
4. Uncomment it and change it to look like
Protocol 2
5. Next, find the line
PermitRootLogin yes
6. Uncomment it and make it look like PermitRootLogin no
7. Save the file Ctrl+X then Y then enter
8. Now you can restart SSH
/etc/rc.d/init.d/sshd restart
|
But when I open a shell (terminal) and type
Code:
ssh -l jort MY-IP-ADDRESS
, I get no response. What do I have to do?
|

16th March 2005, 03:18 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Athens, GA
Posts: 352

|
|
|
Are you saying that you can't log in via ssh at all anymore, or just as jort? Are you sure the firewall is not blocking connections to port 22? If you are getting no response, it sounds like it's getting blocked, rather than sshd denying you.
__________________
Registered Linux User #240607
2001-11-02 03:17:23
|

16th March 2005, 04:21 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Utrecht, The Netherlands
Posts: 35

|
|
Quote:
|
Originally Posted by awdac
Are you saying that you can't log in via ssh at all anymore, or just as jort? Are you sure the firewall is not blocking connections to port 22? If you are getting no response, it sounds like it's getting blocked, rather than sshd denying you.
|
Could it have something to do with the fact that I'm trying to connect from and to the same computer? Port 22 is open to everybody according to Firestarter.
|

31st March 2005, 10:30 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Age: 32
Posts: 13

|
|
|
|

1st April 2005, 02:58 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Utrecht, The Netherlands
Posts: 35

|
|
|
I'm sure that's a good article, but I even cannot log on via SSH on my computer.
I open a terminal and type SSH [hostname] and just get no response.
What to do?
|

1st April 2005, 03:39 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: ark n saw out in the sticks
Posts: 2,316

|
|
|
You are trying to logon the same computer that you are using the keyboard on--using SSH?
|

1st April 2005, 04:39 PM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Utrecht, The Netherlands
Posts: 35

|
|
Quote:
|
Originally Posted by w5set
You are trying to logon the same computer that you are using the keyboard on--using SSH?
|
Yes, I am.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 10:25 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|