Question about telnet?


 
Thread Tools Search this Thread
Operating Systems Solaris Question about telnet?
# 1  
Old 10-12-2008
Question about telnet?

Hi everyone.

I am newb at solaris i have 2 question

1. i am finding a way to prevent separate users to telnet similar like /etc/ftpd/ftpusers in Solaris system

I know a way to disable user ftp by force user shell=/bin/false

2. or any program can do a chroot telnet user like proftpd Smilie

Thank you for reading men. Plz dicuss even we get no solution.

Last edited by tien86; 10-12-2008 at 06:34 AM..
# 2  
Old 10-12-2008
If you give a user a shell of /bin/false, this pretty much disables them from telneting. They can connect, but are instantly logged out. But if you put /bin/false into the file /etc/shells, they will still be able to use ftp. This is how I set up an ftp-only user. I then keep /bin/true out of /etc/shells, and I can set the shell to /bin/true to disable ftp as well.

Warning: if you are missing /etc/shells, the system behaves as if it exists and contains over a dozen entries. These are listed on the shells man page. Do not simply create a /etc/shells file with one line in it. You need to put in the default enties as well.
# 3  
Old 10-25-2008
tien86, you should also take note of which Solaris OS version you're working on. Fyi
# 4  
Old 10-27-2008
i am using Solaris 10 05-08 ... er i also get another problem with the Java Dialogs - can't type in Java Dialogs textbox Smilie
# 5  
Old 10-27-2008
You have to administer services like ftp and telnet using svcadm in Solaris 10, as you might know.
btw, what java diaglog box are you talking about? can you kindly elaborate? Are you using Gnome or CDE?
# 6  
Old 11-14-2008
Er it same problem both Gnome and CDE. I realize bug only does on rectangle textbox, textbox with bend corner not affected.

General this error has span for nearly a month.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

2. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

3. IP Networking

telnet window size question

Hello! I'm writing a small telnet client using Erlang and the gen_tcp library. I receive IAC WILL ECHO and IAC WILL SUPPRESS_GO_AHEAD which I respond to. Then I receive various text output from the server, and then this: resize: unknown character, exiting. I'm curious as to why I do... (1 Reply)
Discussion started by: Gustav
1 Replies

4. Shell Programming and Scripting

Telnet Expect script question

Hi all, I have written a small expect script which should spawn a telnet session login and execute some commands. #!/usr/bin/expect -f spawn telnet $env(IP) match_max 100000 expect "login:" send -- "******\n" expect -exact "Password:" send -- "****\n" expect "%" Now I have got... (2 Replies)
Discussion started by: stinkefisch
2 Replies

5. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

6. UNIX for Dummies Questions & Answers

Telnet question

How do I get back to Unix prompt while telneting to a router w/out exit from the telnet session? Thanks (2 Replies)
Discussion started by: oppiz
2 Replies

7. HP-UX

question about telnet to HP unix 11

When using telnet connect to HP unix 10, it will get a pty/ttyxx terminal, but using telnet connect to HP unix 11, it will get a pts/tx terminal. I want to ask is, can I using telnet connect to HP unix 11 and get a pty/ttyxx terminal ?? :confused: thx a lot (3 Replies)
Discussion started by: zetadhell
3 Replies

8. Solaris

TELNET Question

Hello All, I have a question. I have two V480 systems that can telnet to other systems on our network, but lo cannot receive a telnet from other systems. I've check the usual .rhosts, env and several other files such as the telnetrc files with no luck. I've tried all avenues before issuing... (8 Replies)
Discussion started by: mr-synapse
8 Replies

9. UNIX for Dummies Questions & Answers

Telnet timout question

ok here is a little bit on what I am trying to do. I am logged into a saolaris 9 server and telnet to another server to run an application that sits on the second unix / linux server. This application can sit idle for an hour to two and any given time. During this time the telnet session timesout... (4 Replies)
Discussion started by: Acleoma
4 Replies

10. UNIX for Dummies Questions & Answers

telnet question

Does anyone know a way to log into a telnet server with username and password all with one command? I have to do this remotely. I can do this with FTP with the following command under windows: ftp -s:c:\dir\test2.txt 10.0.0.207 The "-s:filename" option is just a list of commands that occurs... (2 Replies)
Discussion started by: ober5861
2 Replies
Login or Register to Ask a Question