Shell Script for Auto-Login for Linux Dialer ?

chetanthaker

CeeTee
Messages
58
Location
NA
ISP
Pacenet Shitty 128k Unlimited
hey guys

I have a small script to start the dialer in my Ubuntubox

it goes like this

Code:
cd /home/4ackb0x/cd sifyconnect-1.3-bin/./sifyconnect -l
I've made this an executable script and named it "s" (yeah, dassit... just type s and enter and all I'm supp to do is enter username and pass to login)

Now my problem is that I want the script to enter the username and pass on its own


Any solutions ??

regards

CeeTee

(btw, i got my Linux dialer working by telling the customer execs to unblock my MAC at their router end - should work for those guys who get error messages like "Please use updated version of Client, etc)
 
A friend just gave me an idea to try using more params like with SuperSify


Code:
-u username and -p passwordi.e $./sifyconnect -l -u myusername -p password -more params(if any)


Can some one please try this out and post if it works

Regards

CeeTee
 

Top