- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- telnet automatically login to UNIX box
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 08:35 PM
тАО11-13-2003 08:35 PM
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 08:39 PM
тАО11-13-2003 08:39 PM
Re: telnet automatically login to UNIX box
I am unable to do that.Help me How to achieve that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 09:25 PM
тАО11-13-2003 09:25 PM
Re: telnet automatically login to UNIX box
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 10:02 PM
тАО11-13-2003 10:02 PM
Re: telnet automatically login to UNIX box
i want to login to Unix(with no username & password) and run some scripts.
or else
If not a telnet window that gives me unix prompt (so that here in profile i can make them run)
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 10:34 PM
тАО11-13-2003 10:34 PM
Solutionyou can look at expect
http://expect.nist.gov/
Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 11:05 PM
тАО11-13-2003 11:05 PM
Re: telnet automatically login to UNIX box
I need a batch file on desktop as icon which logs in unix with his userid/passwd.
(just a double click),
NO TOOLS & Third party softwares
(can be perl....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2003 12:27 AM
тАО11-14-2003 12:27 AM
Re: telnet automatically login to UNIX box
edit a new file called, say, mybatch.bat. In it, write :
telnet://user:password@host/command
where user is username, password the password (:]), host your destination host IP adress, and command the commands list you want to run.
Save.
Make a shortcut for this file on your desktop.
Double click on it.
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2003 11:38 PM
тАО11-16-2003 11:38 PM
Re: telnet automatically login to UNIX box
Could not open a connection to host on port 23 : Connect failed
But it is not accepting the string, if i give
telnet:// it says syntax error,
If it space b/w telnet and : then it is taking as host,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2003 02:56 AM
тАО11-17-2003 02:56 AM
Re: telnet automatically login to UNIX box
you don't use standard telnet.
Antoniov