Computing.Net > Forums > Unix > Unix login through DOS telnet!!!!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Unix login through DOS telnet!!!!

Reply to Message Icon

Name: mat
Date: March 20, 2000 at 09:15:41 Pacific
Comment:

I want to connect to my UNIX server through a DOS batch file calling a telnet connection, I can get to the login prompt, but i wish to bypass my login/password from my batch file, any ideas people?
thanx
Matt



Sponsored Link
Ads by Google

Response Number 1
Name: Tom Z.
Date: March 21, 2000 at 16:55:10 Pacific
Reply:

And how do you expect to get access to your account on the Unix system? Maybe as anonymous, but you will have very limited access to any files. Therefore to accomplish anything on the Unix system, you will need a valid account, meaning you cannot bypass the login and password sections.

Sorry for the news and hope this helps.


0

Response Number 2
Name: jaQ
Date: March 23, 2000 at 08:58:18 Pacific
Reply:

I think you're looking for a DOS script to automatically enter your login and password. Typically you can obtain a login script from your system administrator.


0

Response Number 3
Name: Zahrani
Date: April 1, 2000 at 03:26:35 Pacific
Reply:

Why do not you use expect. This is a langauge used to automate interactive programs. You need to learn a small expect program....I hope this helps you


0

Response Number 4
Name: joel maclean
Date: January 2, 2001 at 14:22:17 Pacific
Reply:

It may be possible to setup your batch so that is uses values from another file for your user name and password, something like:
\type name.txt
username
password
\batch.bat < name.txt
let me know


0

Response Number 5
Name: Renato
Date: March 21, 2001 at 07:05:04 Pacific
Reply:

Hi Matt.

I read your doubt about connect to your UNIX server through a DOS batch file.
Well, I´m trying to do the same thing. I want to connect in my UNIX server using a telnet connection to run a unix shell script.
Maybe the solution can be to find a telnet program that let you define a file to run like a script inside this telnet program.

Somebody have any ideia?


0

Related Posts

See More



Response Number 6
Name: Stanley Almeida
Date: March 23, 2001 at 08:01:17 Pacific
Reply:

Visit this site may help in what u r looking for http://www.jumbo.com/utilities/dos/ncsatlnt/


0

Sponsored Link
Ads by Google
Reply to Message Icon

Intel 810 video drivers Digitizing tablet on UNIX...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Unix login through DOS telnet!!!!

Run Unix command in DOS FTP prompt. www.computing.net/answers/unix/run-unix-command-in-dos-ftp-prompt/8494.html

telnet & ftp through shell script?! www.computing.net/answers/unix/telnet-amp-ftp-through-shell-script/4850.html

telnet through shell script www.computing.net/answers/unix/telnet-through-shell-script/4447.html