Open GoogleCodeExporter opened 9 years ago
The changes to the agentless-unix.pl script, and to ssh_config seem to make a
difference in the stability of the SSHFS mount, and the ability of the scan to
complete without stalling.
Original comment by briana...@gmail.com
on 29 Oct 2013 at 5:20
For #1 (the reconnect option to the sshfs command), can you send your changes?
I will implement these changes in the next release.
Original comment by andrew.O...@gmail.com
on 20 Nov 2013 at 2:19
Sorry for the delay. I have been on other projects, and hand not been keeping
up with my todo list.
SSH Configuraiton
# diff /etc/ssh/ssh_config /etc/ssh/ssh_config.default
54,57d53
<
< # Set some timeout values to address issue with SSHFS Mounts
< ServerAliveInterval 15
< ServerAliveCountMax 5
Original comment by briana...@gmail.com
on 14 Feb 2014 at 7:24
agentless-unix.pl
# diff /var/www/OpenDLP/bin/agentless-unix.pl ~/defaults/agentless-unix.pl
198c198
< $command .= "\@" . "$target" . ":/ $local_dir -o
reconnect,idmap=none,password_stdin,nonempty,UserKnownHostsFile=/dev/null,Strict
HostKeyChecking=no";
---
> $command .= "\@" . "$target" . ":/ $local_dir -o
idmap=none,password_stdin,nonempty,UserKnownHostsFile=/dev/null,StrictHostKeyChe
cking=no";
Original comment by briana...@gmail.com
on 14 Feb 2014 at 7:27
Original issue reported on code.google.com by
briana...@gmail.com
on 24 Oct 2013 at 4:54