![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatic login | surainbow | SUN Solaris | 0 | 10-23-2007 01:25 AM |
| Telnet Session to AIX | bluebee | UNIX for Dummies Questions & Answers | 1 | 08-07-2007 12:19 PM |
| Is it possible..when ftp session disconnect and it can automatic run again? | happyv | Shell Programming and Scripting | 1 | 12-21-2006 07:34 PM |
| Automatic login | Khoomfire | UNIX for Advanced & Expert Users | 5 | 02-13-2006 09:39 AM |
| Automatic login script | dayanand | Shell Programming and Scripting | 3 | 01-08-2006 04:46 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
automatic login from windows by a telnet session
Help me please,
I wanna know if it's possible to define in windows the option when somebody starts a telnetsession to a unix machine it automatically logs in with the username and password of this user. Or if there is a possibility to set the username and password to an Icon on the users desktop. I know this is possible to a sql session but don't know if this is possible to a telnetsession. greetz herbie
__________________
:) I KNOW WHERE I CAME FROM BUT I DON'T KNOW WHERE I'M GOING :) |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
most of the public telnet clients have de possibility to set the username/password in the connection setup.
So my advise try a other client janr |
|
#3
|
|||
|
|||
|
Hi!
Try Putty, it is best telnet/ssh client that I was view. http://www.chiark.greenend.org.uk/~sgtatham/putty/ |
|
#4
|
|||
|
|||
|
Just have a look @ the help topic for telnet
telnet [-a][-e escape char][-f log file][-l user][-t term][host [port]] -a Attempt automatic logon. Same as -l option except uses the currently logged on user's name. -e Escape character to enter telnet client prompt. -f File name for client side logging -l Specifies the user name to log in with on the remote system. Requires that the remote system support the TELNET ENVIRON option. -t Specifies terminal type. Supported term types are vt100, vt52, ansi and vtnt only. host Specifies the hostname or IP address of the remote computer to connect to. port Specifies a port number or service name. In my understanding you just have to choose the -a flag and it should work if therse a fitting user set up on your unix box Frank |
|||
| Google The UNIX and Linux Forums |