Hi Jiban,

You can try to create a ssh config file at $HOME/.ssh/config

# contents of $HOME/.ssh/config
Host dev
    HostName example.com
    Port 22
    User testuser

--
Leonardo


On Wednesday, May 29, 2013, jiban sarma wrote:

> Hi All,****
> ** **
> I am trying to run the Web serving benchmark tool. I installed everything
> as mentioned in the website, and all the components are up and running. **
> **
> But I got the following errors while running the benchmark. ****
> ** **
> [/usr/bin/ssh, -n host-07901, /home/faban/bin/agent, host-07901,
> host-07914, 127.0.1.1, /usr/lib/jvm/java-6-sun-1.6.0.21,
> -Dfaban.home=/home/faban/,
> -Djava.security.policy=/home/faban/config/faban.policy,
> -Djava.util.logging.config.file=/home/faban/config/logging.properties,
> -Dfaban.registry.port=9998, -Dfaban.logging.port=9999, -Xmx3g, -Xms256m,
> -XX:+DisableExplicitGC, faban.benchmarkName=OlioDriver, faban.download=
> http://host-07914:9980/]****
> stderr:****
> Host key verification failed.****
> ** **
> ** **
> What I understood, while running the benchmark it tries to connect to the
> backend and the webserver through “ssh”. But the machines I am using I
> can’t connect simply like this  “ssh hostname”. So how I access the
> machines through ssh is “ssh testuser@hostname”. But I don’t know how to
> assign the “username” in the script so that I can connect to those nodes
> through SSH.****
> ** **
> Any help & suggestion will be appreciable.****
> ** **
> ** **
> Thanks,****
> Jiban****
>


-- 
Leonardo

Reply via email to