Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by tankergoblin
at 2024-01-12 04:36:46
Point:200 Replies:15 POST_ID:828881USER_ID:11786
Topic:
Linux;;
Hi,
how to enable telnet in red hat 4 enterprise
how to enable telnet in red hat 4 enterprise
Author: tankergoblin replied at 2024-01-20 02:16:08
mistake
Assisted Solution
Expert: serialband replied at 2024-01-14 12:29:07
22 points GOOD
Since everyone is suggesting putty and from the tone of all the responses, I assume you're on a Windows system trying to log in to a linux box.
If you're unfamiliar with the command line, you could download and install WinSCP to drag and drop files. Set up the connection the same way as you would with putty. Sometimes using WinSCP is easier for quick one off copies or multiple selected folder copies
If you're unfamiliar with the command line, you could download and install WinSCP to drag and drop files. Set up the connection the same way as you would with putty. Sometimes using WinSCP is easier for quick one off copies or multiple selected folder copies
Assisted Solution
Expert: Tintin replied at 2024-01-12 23:03:15
22 points GOOD
Have to say that if you already have ssh configured, not sure why you'd want to use an insecure protocol like telnet.
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 21:07:15
22 points GOOD
so you had better to log into SSH shell with the port 22 If port 22 is not working, go to
ask your hosting company for exact port number . After log-in SSh shell, execute those
command to install telnet , all is done.
Why you need to use telnet ? there is pcsp.exe for file transfer at
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Duncan
ask your hosting company for exact port number . After log-in SSh shell, execute those
command to install telnet , all is done.
Why you need to use telnet ? there is pcsp.exe for file transfer at
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Duncan
Assisted Solution
Expert: Tintin replied at 2024-01-12 13:28:06
22 points GOOD
port 22 is the default port for ssh. port 23 is the default port for telnet.
Author: tankergoblin replied at 2024-01-12 08:42:34
port 22 is ssh ??
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 06:50:33
22 points GOOD
On putty program , type your host IP , yyy.y.yyy.yy and Port 22( and check your hosting company what is port if not 22 and check your IP from them) ,after open command, it will open new promote shell, and then type your login and password, and then you will log into shell, and then type
those commands in prev post for telnet
Duncan
those commands in prev post for telnet
Duncan
Accepted Solution
Author: tankergoblin replied at 2024-01-12 06:37:45
yah i know this link and already have putty but how to login shell using putty.. any site discuss on this?
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 06:36:03
22 points GOOD
it is not silly, just a question,
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Download it
if your need is not urgent, just type putty in search enginer
and study other thing you need , take a chance to know more
Duncan
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Download it
if your need is not urgent, just type putty in search enginer
and study other thing you need , take a chance to know more
Duncan
Author: tankergoblin replied at 2024-01-12 06:28:20
ok sorry if this question is silly but how to login shell using putty?
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 06:00:39
22 points GOOD
I think you had better to log into linux shell
As I remember there is only a few linux command could run with putty
Why not log into the shell and do it easily ?
As I remember there is only a few linux command could run with putty
Why not log into the shell and do it easily ?
Author: tankergoblin replied at 2024-01-12 05:36:58
can i type those commond with login to ssh and login with my username and password then type those command
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 05:06:21
23 points GOOD
yes,log into your linux shell from putty (if your linux is at remote site) and type those command
Duncan
Duncan
Author: tankergoblin replied at 2024-01-12 05:01:33
above step all use command line and all need to be done?
Assisted Solution
Expert: duncanb7 replied at 2024-01-12 04:42:22
23 points GOOD
Did you try the following command
-1 yum install telnet-server telnet
-2 vi /etc/xinetd.d/telnet
Make sure that disable = yes is changed to read disable = no.
-3 chkconfig telnet on
-4 chkconfig xinetd on
-5 service xinetd restart
Duncan
-1 yum install telnet-server telnet
-2 vi /etc/xinetd.d/telnet
Make sure that disable = yes is changed to read disable = no.
-3 chkconfig telnet on
-4 chkconfig xinetd on
-5 service xinetd restart
Duncan