Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - ScSSHClient1.HostName := '194.110.243.196';
 - // this is the system user with SSH access set to bin/bash
 - ScSSHClient1.User := 'emsb1';
 - ScSSHClient1.Password := '';
 - ScSSHClient1.Authentication := atPublicKey;
 - ScSSHClient1.PrivateKeyName := 'emsb2';
 - ScSSHClient1.HostKeyName := 'emsb2';
 - ScFileStorage1.Password := ''; // ? what is this I wonder ?
 - ScSSHClient1.Connect; // fails here.
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment