Displaying 20 results from an estimated 10000 matches similar to: "openssh-3-7-1p2: scp issue from Cygwin Build"
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
Hi there,
I've written some enhancements to scp.c and pathnames.h to enable the scp
to arbitrarily set the remote scp path.
(eg $ scp -e /usr/bin/scp foo user at bar:foo)
I did read the "scp: command not found" FAQ entry but I'm not quite sure
why we can't do this, unless it's because enhancements to scp are no
longer a priority.  Any other reason why it "is the
2003 Oct 08
3
openssh-3-7-1p2: sftp issue from Cygwin Build
Anyone have any problems with sftp-server on 3.7.1p2?  When I sftp to the
server i get this when I do an ls -l:
sftp> ls -l
?-w-rwxrwx    0 1        16832           3 Oct 26  1993
Mike
2000 Dec 18
2
scp remote path specification
Hello,
in order to use "scp", the scp binary has to be in the compile-time
default path on the remote host. For some users (like root), we try to
avoid this since scp may be on a network file system (AFS/NFS), and we
don't want to hang root's session on network outages.
Would a patch to scp be acceptable in the main tree that allows to set
the path to remote scp explicity,
2001 Aug 29
1
bug in scp (OpenSSH)
Hi,
using both OpenSSH_2.5.1p1 (compiled myself) and openssh-2.9p1-23.i386.rpm 
from ftp.suse.com 7.2_update I get the following "leak" :
using `scp' I tried to copy a file from a local floppy disk to a
remote system, but the disk had an read error and scp didn't get
any real data from floppy:
        turtle koenig > scp /media/floppy/file.c
        harald:file.c
       
2003 Nov 06
5
scp vs ftp performance on SGI IRIX????????
Hi,
Running OpenSSH 3.5p1 or 3.7.1p2 on two SGI orgin 300 systems of IRIX 
6.5.17 with
4 600MHz CPU and gigabits network.
Transfer a 1GB file with ftp took 28 seconds.
Transfer a 1GB file with scp took 148 seconds.
Use "snoop" to capture all network packets between these two systems. Ftp 
tansmitted
about 107840 packets, but scp transmitted about 763339 packets.
Is this normal? Why?
2004 May 27
1
scp host1:file1 host2:file2 -> Permission denied??????
Hello,
I have a stupid problem with scp and I can't find where it comes from. I 
am running 3 machines here with RedHat 7.3, RedHat 8 and RedHat 9. The 3 
of them have openssh-3.7.1p2 (built from the SRPMS found on the openssh 
web site).
I have though a problem to run a command of the type 'scp host1:file1 
host2:file2' (my ssh being correctly setup):
[ted at papeete ~]$ scp
2001 Nov 04
2
OPIE patch for current CVS
I redid my previous OPIE patch for the current ssh tree. It seems
to work fine here, and I'ld love to see it merged before the 3.0
release.
Wichert.
diff -x CVS -wNur ../cvs/other/openssh_cvs/Makefile.in openssh_cvs/Makefile.in
--- ../cvs/other/openssh_cvs/Makefile.in	Mon Oct 22 02:53:59 2001
+++ openssh_cvs/Makefile.in	Sun Nov  4 01:18:19 2001
@@ -50,7 +50,7 @@
 
 SSHOBJS= ssh.o
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
2002 Feb 06
2
SFTP Status Bar..
This is the LAST version I plan on doing.. If I hear no feed back good
or bad.  Then I'll assume I've wasted my time on a feature that people
whine about but don't care to try.  This is against 3.0.2pX so it
should be VERY easy for anyone to test.
- Ben
diff -ur openssh-3.0.2p1/misc.c openssh/misc.c
--- openssh-3.0.2p1/misc.c	Tue Jul  3 23:46:58 2001
+++ openssh/misc.c	Wed Feb  6
2001 Apr 02
1
[PATCH]: scp could hang in Cygwin
Hi,
attached is a patch which solves the following problem:
Sometimes scp could hang in Cygwin when used as remote end using
the -t option. This is due to a binmode/textmode problem which
could be raised by the login shell which is used by the user and
it's setting of textmode on stdin. The patch solves that problem
by explicitly setting binmode on stdin.
Besides solving the hanging
2001 May 19
0
More scp changes
If you've applied my previous scp patch with the tempfile options and
the erase option, here's a diff that tweaks it a bit more.
Previously I had decided to use getcwd() in a certain local-to-local
special case (that needs to use scp rather than regular cp).  This was
because spawing scp via ssh resets the current directory.  This patch
choose to forego that in favor of a simpler
2006 Jun 26
1
Problems with SFTP
Guys,
Once again I need some help I hope you can give me. When I try to SFTP to
any of my PCs (also running openssh) from my Xscale (ARM,
big-endian) system sftp segfaults on me. Sftp to the xscale system works
without any problems. I'm using openssl-0.9.8b (with ocf support),
linux-2.6.16 and openssh 4.3p2 on the Xscale system. One of the systems I
try to sftp to runs Openssh 3.7.1p2, with
2000 Dec 12
1
scp and filenames with weird characters
I've experienced some troubles using scp with remote files with spaces,
amphersands or parantheses in their filenames on Linux hosts.
This happens:
  stain at false:~$ scp "bender.linpro.no:blapp blapp" .
  scp: blapp: No such file or directory
  scp: blapp: No such file or directory
  
  stain at false:~$ scp "bender.linpro.no:blapp&blapp" .
  bash: blapp: command
2005 Apr 12
3
[Bug 1014] SCP slow bandwidth with Solaris8 on n240
http://bugzilla.mindrot.org/show_bug.cgi?id=1014
           Summary: SCP slow bandwidth with Solaris8 on n240
           Product: Portable OpenSSH
           Version: 3.7.1p2
          Platform: ix86
        OS/Version: SunOS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: scp
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy:
2001 May 12
4
Erase the source file open; specify a tempfile name option
I'm curious how to go about submitting a suggestion that affects both
the original BSD version and the portable release.  A few days ago I
sent off a BSD-relative patch to openssh at openssh.com.  Is this the right
thing to do?  I didn't hear anything back, but it's only been 3 days, so
I'm probably just being too antsy.
In the meantime, maybe someone else out there would like to
2006 May 04
2
xmalloc(foo*bar) -> xcalloc(foo, bar) for Portable
Hi All.
While wandering in auth-pam.c I noticed that there's a few Portable-specific
escapees from the xmalloc(foo * bar) cleanup.
There's also a "probably can't happen" integer overflow in
ssh-rand-helper.c with the memset:
        num_cmds = 64;
-       entcmd = xmalloc(num_cmds * sizeof(entropy_cmd_t));
+       entcmd = xcalloc(num_cmds, sizeof(entropy_cmd_t));
       
2003 Oct 08
4
OS/390 openssh
Hello Steve, Hello OpenSSH-portable developers,
I am building OpenSSH for our (EBCDIC-based) BS2000 mainframe
operating system, and I noticed you do the same for OS/390.
Because my initial ssh port was based on IBM's OSS port (ssh-1.2.2
or some such), I thought it was fair enough to help with a little
co-operation; we might come up with a unified EBCDIC patch which could
be contributed to
2008 Oct 15
3
[PATCH] use tlsf for xmalloc engine
This patch replaces the Xen xmalloc engine with tlsf, an allocation
engine that is both more space efficient and time-bounded, especially
for allocation sizes between PAGE_SIZE/2 and PAGE_SIZE.
The file xmalloc.c is deprecated but not yet deleted.  A simple
switch of a comment line in common/Makefile will change back
to the legacy xmalloc/xfree if needed for testing.
Code adapted from Nitin
2003 Aug 22
14
[Bug 252] Patch for use of /etc/default/login
http://bugzilla.mindrot.org/show_bug.cgi?id=252
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #212 is|0                           |1
           obsolete|                            |
------- Additional Comments From dtucker at zip.com.au  2003-08-22 14:14 -------
2004 Jan 01
1
.ssh/: Is a directory
I'm depending on scp to create the .ssh directory (which is does) but it
can't use the directory it just created in the current session thus the
"error" message.  I would like to run the command just once if possible :)
Is it possible I could get a patch if this is changed?
[root /root]# ls -la
total 84
drwxr-x---    9 root     root         4096 Dec 17 19:18 .
drwxr-xr-x   16