disrael
12-03-2003, 05:25 PM
Okay I am working on a project. Here is what I need to do. I need to ssh into a computer which only has access to some other servers, from that "middle man" server I need to grab log files using sftp or scp from servers behind the "middle man". In addition, we have 3 middle men, all mirrored, with mirrored servers behind them. I run into the problem with passwords, my workstation has openssh, the servers are using ssh2. I can get it to not prompt a password, if i do not use passphrase, but due to security I must use one. Tomorrow, I am going to try to get someone to work with the servers that has implimented SSH2 and see about going that route, until then does anyone have any recommendations or sites they could refer me to, since most of the sites i've seen like to set the passphrase to NULL. In addition intergrating SSH2 and openssh is seeming to give me a headake. BTW this is going to be written into a script, I know perl, I can do shell.
This seems like I am tyring to make a bubble inside of a bubble.
Thanks for your help,
Doron
This seems like I am tyring to make a bubble inside of a bubble.
Thanks for your help,
Doron