How To Use Telnet?

Feb 27, 2007

basically i cant find any straightforward info on how to use telnet, how to administer users, add/remove etc.

View 5 Replies


ADVERTISEMENT

/etc/xinetd.d/telnet Doesn't Exist To Disable Telnet

Sep 21, 2007

I decided to disable Telnet in my server. I get an Article ::

1. Login to your server through SSH and su to root.
2. Type pico /etc/xinetd.d/telnet
3. Look for the line: disable = no and replace with disable = yes
4. Now restart the inetd service: /etc/rc.d/init.d/xinetd restart
5. Turn off it through chkconfig as well because it can still start through that.
/sbin/chkconfig telnet off
6. Scan your server to ensure port 23 is closed.
nmap -sT -O localhost

Also run ps -aux | grep telnet and if you find anything other than "grep telnet" as result kill the process.


But /etc/xinetd.d/telnet doesn't exist in my server.

View 5 Replies View Related

SSH Vs Telnet Access

Nov 20, 2006

I need help with understanding the difference between Telnet and SSH. I am in the process of signing up for a hosting plan and I have asked the sales rep if we will have telnet access. Their reply was that we have full root access via SSH.

Any help that anyone can offer on the differences and benefits/drawbacks would be much appreciated.

View 9 Replies View Related

Using Telnet Client In Vista

Jan 3, 2008

I'm looking to run this small telnet script to reboot my router using vistas built-in telnet client:

192.168.1.1 23
WAIT "login"
SEND "my_login_idm" (enter your login ID here)
WAIT "Password"
SEND "my_login_passm" (enter your password here)
WAIT "#"
SEND "rebootm"
WAIT "#"

...without much luck.

View 4 Replies View Related

Uploading 500MB Tar.gz File In Telnet

Jan 23, 2006

I am having trouble uploading a 500mb file with File Manager in the control panel as well as SmartFTP. I was told to upload this large file through Putty. I able able to login through SSH as root, but i can't seem to find the right directory to upload this file into. This file is a backup file of the home directory. I am transferring all files from my old host to my new host. How would I find the right directory and upload this file through Telnet.

View 0 Replies View Related

Telnet Can't Connect To Mail Server

Mar 22, 2007

I can't telnet to mail server. when I try

# telnet mail.domain.com 25
Trying xxx.xxx.xx.xx...
telnet: connect to address xxx.xxx.xx.xx: Connection refused
telnet: Unable to connect to remote host: Connection refused
but when it's

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 mail.domain.com ESMTP
it connects. I don't have a firewall

View 1 Replies View Related

HTTP 1.1 Request Via Telnet (hostname Issue Maybe)

Jun 8, 2008

I have a script that makes a request via telnet and it worked on my old server, but not on the new one.. Heres what I'm doing

telnet localhost 80

GET /files/downloadFLV.php HTTP/1.1
Host: www.soybe.com
I get this back:

HTTP/1.1 404 Not Found
Date: Sun, 08 Jun 2008 06:34:25 GMT
Server: Apache
Last-Modified: Tue, 18 Mar 2008 06:52:59 GMT

I know that /files/downloadFLV.php does exist, so I'm thinking it could be an issue with the Host: part of it, any ideas?

View 1 Replies View Related

FedoraCore2 - Cannot Telnet Out To Port 25, So Cant Send Email

Jun 23, 2005

if i try to telnet to yahoo's mail server, i get this:

[root: #] telnet mx1.mail.yahoo.com 25
Trying 4.79.181.14...
telnet: connect to address 4.79.181.14: Connection timed out
Trying 4.79.181.15...
telnet: connect to address 4.79.181.15: No route to host
Trying 67.28.113.11...
telnet: connect to address 67.28.113.11: No route to host
Trying 67.28.113.10...
telnet: connect to address 67.28.113.10: No route to host

but it works from one of my other hosted servers.
this keeps mail building up in my queue as it cannot send mail out cause the connection times out.

I can telnet locally to send myself email. This is my own dedicated server.

i have no idea whats up - default policy is ACCEPT in the OUTPUT chain of iptables.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved