|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Jan 2002
Location: UK
Posts: 389
|
Shell Access
Hi
I run a redhat 7.3 comp, and want to enable remote shell access Would like to know if someone can give me a guide as to what i need to do, I could manage setting it up by myself but want to make sure I do things right and securly so am asking for help : ) Thanks all, James |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
You could do it using SSH and even use a Windows client like putty to connect to it. I would tie the connection to an IP address for security reasons. The question is how would they connect to the computer over the Internet, via phone, etc?
SSH How-to |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Jan 2002
Location: UK
Posts: 389
|
okay i have ssh installed, but when i try to run the demon
'sshd' from root i get this error: Privlege seperation user sshd does not exist Anyone got any ideas |
|
|
|
|
|
#4 |
|
Member (7 bit)
Join Date: Oct 2002
Posts: 107
|
have you tried just typing in
ssh servername.whatever? |
|
|
|
|
|
#5 |
|
Member (9 bit)
Join Date: Jan 2002
Location: UK
Posts: 389
|
no im trying to actually be the shell server,
i want people to be able to connect to my server, to have a shell account on my server |
|
|
|
|
|
#6 |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
|
|
|
|
|
|
#7 |
|
Member (9 bit)
Join Date: Jan 2002
Location: UK
Posts: 389
|
Hi
thanks that link was good and if i use ssh to connect to my computer it works a treat, is there a way to offer a more flexible option, where a user can use any telnet client to access the computer |
|
|
|
|
|
#8 | |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
Of course there is a way to use telnet, but you did want it done
Quote:
![]() To enable telnet on ur box: edit /etc/inetd.conf and unhash the line containing telnet as the service. it should look something like: telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd just remove the # before it. check /etc/services to see if you have the telnet service there it should look something like telnet 23/tcp If it still doesnt work .. check to see if you have a file: /etc/xinetd.d/telnet edit it and change the line that reads disable=yes to disable=no Having said that, its really a bad way of going about things; and I'd strongly suggest you look at SSH closer
|
|
|
|
|
|
|
#9 |
|
Member (9 bit)
Join Date: Jan 2002
Location: UK
Posts: 389
|
I do need this really secure, so i guess i should steer clear of that then
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|