![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| T-023: Multiple Vulnerabilities in Cisco PIX and Cisco ASA | iBot | Security Advisories (RSS) | 0 | 11-13-2008 10:10 PM |
| S-307: Multiple Vulnerabilities in Cisco PIX and Cisco ASA | iBot | Security Advisories (RSS) | 0 | 06-06-2008 04:00 PM |
| awk continue | anhtt | Shell Programming and Scripting | 3 | 03-11-2008 12:08 PM |
| O-124: Cisco TCP Vulnerabilities in Multiple Cisco Products [rev. 12] | iBot | Security Advisories (RSS) | 0 | 01-10-2008 01:20 PM |
| Connecting to cisco devices via console | dgroove3 | UNIX for Dummies Questions & Answers | 1 | 01-30-2004 12:41 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
continue after connecting to cisco vpn
Hi all, This will save me a tremendous amount of time if i can get this script working. I have alot of sites i need to connect to using cisco vpn and then ssh onto servers to retrieve some info. Its all repetitative and it needs scripted.
what i have done so far is put this into a script. vpnclient connect siteA & ssh root@192.168.98.30 problem is the cisco vpnclient prints out some info when ran and stops at this point when connected Encryption: 168-bit 3-DES Authentication: HMAC-MD5 IP Compression: None NAT passthrough is active on port UDP 4500 Local LAN Access is disabled normally i would then ctrl+c this and continue to open a ssh connection. I am wondering how to do a ctrl + c in a bash script? Or alternatively i have tried lauching a new terminal window with terminal -e "ssh root@192.168.30.28" but that fails with error problem with child process. |
| Bookmarks |
| Tags |
| unresolved, unresolved for months, unresolved for weeks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|