![]() |
|
|
|
|
|||||||
| 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 |
| 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 |
| Automatic time out of user login | keelba | UNIX for Advanced & Expert Users | 2 | 10-06-2005 06:12 AM |
| automatic login from windows by a telnet session | Herwin | UNIX for Dummies Questions & Answers | 3 | 08-15-2002 08:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Automatic login
I need a script that will let me connect to my hpux server with just a click of the icon without type my username and password.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Take a look at ssh authorised keys. Provided you are using ssh, you can set up passwordless authentication by copying your public key into the authorized_keys file in your homedir on the server.
|
|
#3
|
|||
|
|||
|
"click of the icon" ??? you're doing a shell or VB script?
|
|
#4
|
|||
|
|||
|
auto login
I'm using reflections or putty.
|
|
#5
|
||||
|
||||
|
I don't know reflections but within putty you can save a session, including an ssh key to use. Put that in the authorized_keys file on the server and set a shotcut up to putty that specifies the saved session name on the command line - you'll have a one click (or double click perhaps) login.
|
|
#6
|
|||
|
|||
|
Thanks
|
|||
| Google The UNIX and Linux Forums |