Fast remote command execution
Nicolas Michel
be.nicolas.michel at gmail.com
Fri May 3 10:47:57 UTC 2013
Hello,
I don't know about FSH but there are some ssh options you can set to
increase the connection speed (either per host with the -o of the ssh
command or into the ~/.ssh/config). I use them for scripting (need
authentication with keys since BatchMode prevent you to be interactive - so
no way to enter a password):
StrictHostKeyChecking=no
AddressFamily inet
Compression yes
BatchMode yes
CheckHostIP no
ForwardX11 no
GlobalKnownHostsFile /dev/null
LogLevel ERROR
ConnectTimeout 20
ConnectionAttempts 3
2013/5/3 agya naila <agya.naila at gmail.com>
> I tried to complie it form sources http://www.lysator.liu.se/fsh/ but
> still there is some incompatibility since I got these errors :
>
> FDc1 at FDc-1:~$ sudo fshd 192.168.129.187
> [sudo] password for rdc1:
> Traceback (most recent call last):
> File "/usr/local/bin/fshd", line 6, in <module>
> import fshd
> File "/usr/local/share/fsh/fshd.py", line 29, in <module>
> import fshlib
> File "/usr/local/share/fsh/fshlib.py", line 24, in <module>
> import fshcompat
> File "/usr/local/share/fsh/fshcompat.py", line 67, in <module>
> import FCNTL
> ImportError: No module named FCNTL
>
>
>
> On Fri, May 3, 2013 at 12:28 PM, agya naila <agya.naila at gmail.com> wrote:
>
>> Hi All,
>>
>> Does anyone know the continuation about FSH package in Ubuntu since the
>> newest one is as old as
>> https://launchpad.net/ubuntu/feisty/i386/fsh/1.2-6.
>> If its no continuation could anyone lease suggest which one I should use
>> in order to have Fast remote command execution. With ssh I go about 1s
>> delay and I hope I can reach delay in ms.
>>
>> Thank you very much.
>>
>> Best Regards,
>>
>> Agya
>>
>
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
>
--
Nicolas MICHEL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20130503/a51417c4/attachment.html>
More information about the Ubuntu-devel-discuss
mailing list