similar to: [Bug 431] New: scp could prevent write access to server

Displaying 20 results from an estimated 50000 matches similar to: "[Bug 431] New: scp could prevent write access to server"

2002 Nov 07
2
[Bug 431] scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431 ------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:36 ------- Created an attachment (id=174) --> (http://bugzilla.mindrot.org/attachment.cgi?id=174&action=view) adds readonly flag to scp this change applies to scp.c ------- You are receiving this mail because: ------- You are the assignee for the bug, or are
2002 Nov 07
0
[Bug 430] New: Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430 Summary: Could add option to sftp-server to disable write access Product: Portable OpenSSH Version: 3.4p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: sftp-server AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 06
0
[Bug 426] New: sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426 Summary: sftp adds write permission when doing get -p Product: Portable OpenSSH Version: 3.4p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: sftp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Nov 06
0
[Bug 428] New: sftp could use a command to transfer symlinks
http://bugzilla.mindrot.org/show_bug.cgi?id=428 Summary: sftp could use a command to transfer symlinks Product: Portable OpenSSH Version: 3.4p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: sftp AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 07
0
[Bug 430] Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430 ------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:32 ------- Created an attachment (id=173) --> (http://bugzilla.mindrot.org/attachment.cgi?id=173&action=view) adds readonly flag to sftp-server this applies to sftp-server.c ------- You are receiving this mail because: ------- You are the assignee for the
2002 Nov 06
0
[Bug 427] New: sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427 Summary: sftp does not preserve uid/gid on fetch Product: Portable OpenSSH Version: 3.4p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: sftp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Nov 06
1
[Bug 426] sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426 ------- Additional Comments From gfernandez at livevault.com 2002-11-07 00:56 ------- Created an attachment (id=165) --> (http://bugzilla.mindrot.org/attachment.cgi?id=165&action=view) Change for sftp to preserve permissions This is a possible solution to the problem ------- You are receiving this mail because: ------- You are the
2002 Nov 06
4
[Bug 428] sftp could use a command to transfer symlinks
http://bugzilla.mindrot.org/show_bug.cgi?id=428 ------- Additional Comments From gfernandez at livevault.com 2002-11-07 01:35 ------- Created an attachment (id=168) --> (http://bugzilla.mindrot.org/attachment.cgi?id=168&action=view) changes to implement getlink this patch includes changes to sftp-int.c ------- You are receiving this mail because: ------- You are the assignee for
2003 May 08
5
[Bug 557] scp over ssh-relay insists in asking passphrase
http://bugzilla.mindrot.org/show_bug.cgi?id=557 Summary: scp over ssh-relay insists in asking passphrase Product: Portable OpenSSH Version: 3.4p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: scp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Nov 06
1
[Bug 427] sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427 ------- Additional Comments From gfernandez at livevault.com 2002-11-07 01:12 ------- Created an attachment (id=167) --> (http://bugzilla.mindrot.org/attachment.cgi?id=167&action=view) changes to preserve uid/gid on fetch this is a possible change to preserve uid/gid on fetch ------- You are receiving this mail because: ------- You
2006 Aug 10
2
[Bug 1217] scp does not limit bandwidth
http://bugzilla.mindrot.org/show_bug.cgi?id=1217 Summary: scp does not limit bandwidth Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: jacek_kal at o2.pl
2002 May 14
0
[Bug 241] New: When I kill scp, the underlying ssh child process remains alive
http://bugzilla.mindrot.org/show_bug.cgi?id=241 Summary: When I kill scp, the underlying ssh child process remains alive Product: Portable OpenSSH Version: 3.1p1 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: scp AssignedTo: openssh-unix-dev
2006 Jul 03
2
[Bug 1205] scp back-slash escaping of spaces ignored after username@hostname: tag
http://bugzilla.mindrot.org/show_bug.cgi?id=1205 Summary: scp back-slash escaping of spaces ignored after username at hostname: tag Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Keywords: low-hanging-fruit Severity: normal Priority: P3
2004 Mar 31
1
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828 Summary: date overflow with scp -p Product: Portable OpenSSH Version: 3.7.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: throw_away_2002 at
2010 Jul 07
0
scp forces original access permissions when owner lacks write access
Hello, I am not sure if this is a bug or a feature... When I use scp to copy a file to a filesystem which forces or masks permissions on new files (in my case a samba share) the resulting permissions depend on whether the owner had write access in the original permissions. If the owner did have write access then the copied file ends up with the permissions specified by the filesystem. If the
2002 Nov 05
0
[PATCH] Add readonly mode to scp, sftp_server
This patch adds a readonly mode to scp and sftp_server. This allows clients to only read files from the server, but not to write them. Patch is based on OpenSSH 3.4p1 *** scp.c@@\main\1 Tue Oct 1 17:25:16 2002 --- scp.c Wed Oct 2 06:05:14 2002 *************** *** 122,127 **** --- 122,130 ---- /* This is set to zero if the progressmeter is not desired. */ int showprogress = 1; + /* deny
2008 Jan 07
7
[Bug 1427] New: scp -q behavior different than documented
https://bugzilla.mindrot.org/show_bug.cgi?id=1427 Summary: scp -q behavior different than documented Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: scp AssignedTo: bitbucket at mindrot.org
2004 Feb 26
12
[Bug 801] Improve usability of scp by adding a "make path" option
http://bugzilla.mindrot.org/show_bug.cgi?id=801 Summary: Improve usability of scp by adding a "make path" option Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: scp AssignedTo: openssh-bugs at mindrot.org
2006 Mar 08
4
[Bug 1172] [PATCH] Restrict public key authentication to scp access only
http://bugzilla.mindrot.org/show_bug.cgi?id=1172 Summary: [PATCH] Restrict public key authentication to scp access only Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: scp
2004 Dec 03
5
[Bug 959] enhancement: supporting a remote scp path option in scp
http://bugzilla.mindrot.org/show_bug.cgi?id=959 Summary: enhancement: supporting a remote scp path option in scp Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org