Executes Command - Command exited with return code 255

Hello experts,

I am new here and I am suffering one issue when using Robot Framework.

image

While this command works fine when I ran it manually.
ihsbc3-oam-a:root/root:

ssh ihsbc3-cfed-b ping 192.168.50.1 -I 192.168.50.50 -c 5

PING 192.168.50.1 (192.168.50.1) from 192.168.50.50 : 56(84) bytes of data.
64 bytes from 192.168.50.1: icmp_seq=1 ttl=64 time=0.827 ms
64 bytes from 192.168.50.1: icmp_seq=2 ttl=64 time=0.277 ms
64 bytes from 192.168.50.1: icmp_seq=3 ttl=64 time=0.217 ms
64 bytes from 192.168.50.1: icmp_seq=4 ttl=64 time=0.217 ms
64 bytes from 192.168.50.1: icmp_seq=5 ttl=64 time=0.238 ms

— 192.168.50.1 ping statistics —
5 packets transmitted, 5 received, 0% packet loss, time 4000ms
rtt min/avg/max/mdev = 0.217/0.355/0.827/0.237 ms
ihsbc3-oam-a:root/root:

Highly appreicated for your help and suggestion.

Sunshine

Have you tried using the “Run” command from “Operatingsystem” library? Same result?