Displaying 20 results from an estimated 9000 matches similar to: "LocalCommand and control master/sshfs"
2006 Jan 16
1
LocalCommand problem for tunneling on Linux
I've been testing tunneling on Linux with openssh-SNAP-20060116.tar.gz
and found a problem.
When I use LocalCommand for doing ifconfig stuff, the command line
was executed before a tunneling interface is opened. This causes
errors on Linux and the interface is not automatically set up.
This is not a problem on *BSD because you can do ifconfig for
unopened tun/tap interfaces. But in Linux,
2011 Mar 14
0
Regarding sshfs and multiplexed connections
Hi,
I have sshfs and ssh to my host setup to use the same socket with ControlMaster setting. Now when I try to scp a file to/from my host I see poor transfer speed. Also, a cp-ing a file to the mounted filesystem results in poor throughput. On the other hand, if I don't use the multiplexing, I get very good throughput. Now, my question is, when I multiplex, does the IPQoS get set wrongly for a
2009 Jun 14
7
[Bug 1610] New: LocalCommand is executed to early
https://bugzilla.mindrot.org/show_bug.cgi?id=1610
Summary: LocalCommand is executed to early
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: fs-linux_bug
2007 Aug 03
1
race condition with ControlMaster=auto
There is a race in the setup of the ControlMaster socket in auto mode, as
illustrated by the following command line:
ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 1; echo 1' &
ssh -oControlMaster=auto -oControlPath=sock localhost 'sleep 2; echo 2' &
Both of the commands will try to start up as a control client, find that
sock does not exist, and switch into
2006 Sep 18
0
[Bug 1232] "LocalCommand" is executed before "Tunnel" is set up
http://bugzilla.mindrot.org/show_bug.cgi?id=1232
Summary: "LocalCommand" is executed before "Tunnel" is set up
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
After the commit titled "expand %h to the hostname in ssh_config Hostname
options" (2010-07-16), %n always got the same value as %h in the LocalCommand
config option. Fix this and add a regression test.
---
regress/Makefile | 6 ++++--
regress/host-expand.sh | 18 ++++++++++++++++++
ssh.c | 6 ++++--
3 files changed, 26 insertions(+), 4 deletions(-)
diff
2007 Feb 02
0
[Bug 1280] LocalCommand and variables
http://bugzilla.mindrot.org/show_bug.cgi?id=1280
Summary: LocalCommand and variables
Product: Portable OpenSSH
Version: 4.3p2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: cmsj-bugzilla at
2013 Mar 21
1
sshfs -o rellinks (module option) rejected by fuse
New to sshfs and new to this mailing list so please guide me if required.
Is this a bug? When sshfs is given option -o rellinks, it responds with
fuse: unknown option `rellinks'
According to my understanding of the sshfs man page and --help output
this option a) is valid and b) should be passed to the module, not to fuse.
Versions:
SSHFS version 2.4
FUSE library version: 2.8.5
2017 Jun 14
3
[Bug 2730] New: A "LocalCommand" equivalent for AFTER the session ends
https://bugzilla.mindrot.org/show_bug.cgi?id=2730
Bug ID: 2730
Summary: A "LocalCommand" equivalent for AFTER the session ends
Product: Portable OpenSSH
Version: 7.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2011 Dec 01
1
[Bug 1953] New: Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953
Bug #: 1953
Summary: Implementation of xattr in sftp-server for sshfs
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
2016 Aug 01
0
rsync 3.1.1 (and HEAD) grinds to a halt over sshfs
Hi Devs and others,
First, many thanks for 14+ years of personal usage rsync.
I'm trying to rsync to an sshfs mount point instead of using ssh
transport. The reason for this is that I'm using encfs to create
files which land on the (untrusted) destination encrypted.
After witnessing stalled rsync progress, a barely utilized internet
connection and and idle CPU, I stripped this down
2011 May 31
2
Samba serving sshfs shares: can't delete files
Hello!
I have samba share on my sshfs-mounted folder. All works just fine
except I can't delete files from sshfs unless they are in 0777 chmodded
directory. Even if that files were putted trough smbclient. I can read
files, write files (regardless their directory permissions) but not
delete them.
Here is my share config:
[myshare]
comment = shre over sshfs
path = /home/kli/work/remotes/dev
2008 Nov 05
1
Bug+bugfix in sftp-server : failed to rename file on sshfs mount
Hello,
Renaming a file via sftp on an sshfs mount resulted in a failure with
errorcode 38 (ENOSYS).
This is reproducable with openssh release 4.9p1 & 5.1p1 in combination
sshfs 2.2 (latest releases). Investigation revealed that sshfs only
implements the rename()-call and not the link()-call (used by
sftp-server).
Attached is a patch to perform the rename()-call upon a failed link().
The
2018 Jan 16
1
sshfs mounting on Centos 6.9
Hi all,
I am trying to mount on boot a sshfs filesystem.
I have tried this in /etc/fstab
backup at myserver.com:/home/backup/myserver /backup fuse.sshfs
nonempty,allow_other 0 2
but only works when network works.
I have also tried this in my crontab:
@reboot sshfs -o idmap=backup myserver.com:/home/backup/myserver /backup
but doesn?t seem to work either.
What else can I try?
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
> On Dec 3, 2007 5:19 AM, Miklos Szeredi <miklos at szeredi.hu> wrote:
> > > Yes it is weird. I hope you can help me with this problem as sshfs is
> > > so much simpler than nfs.
> >
> > Can you please do one more thing: start up sshfs normally, then on the
> > server do a strace of the sftp-server process:
> >
> > strace -o /tmp/strace.log
2007 Aug 24
1
SSHFS installation
Hello,
I'm trying to build a sshfs available environemnt.
Info:
[root at pandora /]# uname -a ; yum list \*fuse\* installed
Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007
x86_64 x86_64 x86_64 GNU/Linux
Loading "priorities" plugin
Loading "protectbase" plugin
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up
2011 Aug 25
1
Add missing -o options in ssh(1) manual
A few options appear to be missing from the list in ssh's manual.
The one I didn't add is EnableSSHKeysign, whose description implies
it is only effective when placed in the system-wide config file.
Index: ssh.1
===================================================================
RCS file: /cvs/src/usr.bin/ssh/ssh.1,v
retrieving revision 1.319
diff -u -p -r1.319 ssh.1
--- ssh.1 7 May 2011
2009 Jan 30
1
DO NOT REPLY [Bug 6077] New: rsync doesn't modify content of sshfs volumes
https://bugzilla.samba.org/show_bug.cgi?id=6077
Summary: rsync doesn't modify content of sshfs volumes
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2010 May 12
3
DO NOT REPLY [Bug 7424] New: -x with sshfs
https://bugzilla.samba.org/show_bug.cgi?id=7424
Summary: -x with sshfs
Product: rsync
Version: 3.0.7
Platform: x64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: bugs at dotcommie.net
QAContact: rsync-qa at
2007 Feb 04
0
Samba and SSHFS
Hello, all.
I had a problem using Samba as a relay for SSHFS.
I googled for the answer, but I couldn't find it. Then I found it on
my own, so I figured that google could use this tip. ;)
The problem seems to be with SSHFS. I've had trouble getting the
mounts to be visible/accessible to normal user accounts.
My solution? Run SSHFS as root, and create a Samba share with the
force user