![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help in writing the shell script | ggayathri | Shell Programming and Scripting | 12 | 10-02-2008 01:56 PM |
| Writing shell script | bmkreddy | Shell Programming and Scripting | 2 | 04-15-2007 03:04 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 02:27 AM |
| Need help for writing shell script | deepa20 | Shell Programming and Scripting | 3 | 02-01-2006 01:23 PM |
| Writing a shell Script | Chin | UNIX for Dummies Questions & Answers | 1 | 06-03-2005 04:32 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Need help in writing shell script
I have written a shell script and when i ran the script,for some point of time it is asking to press enter key manually using keyboard.So i need it the enter key in shell itself.
ex : in my shell script,i used the command ssh-keygen -t rsa so it asks the enter 3 times. can you please let me know to automate this. Thx, |
|
||||
|
Hi.
I just ran ssh-keygen (sorry I didn't have my Linux running when I answered you originally). It needs three fields: filename, passkey and verified passkey. You can pass these in on the command line: Code:
echo y | ssh-keygen -N new_key -f outfile |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|