![]() |
|
|
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 |
| creating passphrase file | ansori | SUN Solaris | 6 | 09-30-2007 08:12 AM |
| SSH passphrase and Password | jOOc | SUN Solaris | 3 | 05-16-2007 02:29 PM |
| passphrase and ssh authentication | Minguccio75 | UNIX for Advanced & Expert Users | 1 | 01-19-2007 07:27 AM |
| how do i change openssh passphrase | soliberus | Linux | 2 | 11-05-2004 08:37 AM |
| How to change Openssh passphrase | soliberus | SUN Solaris | 1 | 10-22-2004 12:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Especially for HP-UX's version of SFTP I'm not sure there is a command line option, consider using expect with passing the password from a script (though it's but insecure to store password in plain file), search the forum for SSH expect scripts.
|
|
|||||
|
Thanks for responding sysgate.
It's something that I'm hoping will not become a reality, but some 'people' here have mentioned that it might with providing a clear reason why. Our current setup (example above) has been working without issue for sometime. Not sure if they're trying to take a lend of me - but they're the supposed security experts and if it turns out that I've wasted time and resources my boss has promised to take strips of them ;-) Not played with expect before & thanks for the keyword. Cheers, Cameron |
|
||||
|
Hello Cameron,
we have running a hp-ux box and there is one user which uses passphrase authentification. Try to make a .ssh2 directory in users home on the target box. Store there the id_dsa.pub, may you have to use ssh from ssh.com, and put a file .ssh2/authorization In the authorization file, you put in which key to use. root@hp-ux: / # cat authorization Key id_dsa.pub I hope this solves your question. Regards, Frank |
|
|||||
|
Hi Frank,
Thanks too for your reply. I should qualify some of what I've mentioned earlier. Any existing ssh/sftp configurations are to remain as is. All new ssh/sftp configurations are "apparently" to use the additional passphrase security. And this will initially be for a Windows setup running WinSSHD with Virtual Accounts established. Which I've only just set up & have a number of accounts working presently. I'll reread up on the ssh pages to see what is mentioned regarding dsa keys and their use. Again, many thanks Frank for the mention. ![]() Cheers, Cameron Last edited by Cameron; 05-27-2008 at 10:22 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|