|
||||||||
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|
bigsoldier |
|
#2
|
|||
|
|||
|
> why my redhat linux can't be remoted login?
To log in remotely you need to either start the telnet or sshd services. These both offer remote login. -- Jem Berkes http://www.sysdesign.ca/ |
|
#3
|
|||
|
|||
|
On Tue, 25 Nov 2003 23:16:58 +0800, bigsoldier wrote:
Please read http://www.catb.org/~esr/faqs/smart-questions.html If your firewall allows it, and sshd is running, you should be able to ssh -X targetnode -l user_login_here If you need root, then you do a su - root Telnet and ftp are insecure, and are not loaded/enabled during normal installs. login id and password is passed as clear text and can be snatched with a packet sniffer off both ends of the connection. Use ssh/sftp instead. Be sure to get the lastest from your distribution vendor. If using, windoze get Putty. http://www.nonags.com/ http://www.tucows.com |
|
#4
|
|||
|
|||
|
Re: why my redhat linux can't be remoted login?
A list of things to do 1. install the daemon packages. 2. modify /etc/hosts.allow 3. remember root cant log in via remotes 4. for ssh, allow remote logins , root logins in /etc/sshd.conf or similar 5. firewalls firewalls firewalls - on linux, on your router, upstream routers, your ISP... |
![]() |
| Tags |
| linux, login, redhat, remoted |
| Thread Tools | |
| Display Modes | |
|
|