Displaying 20 results from an estimated 1000 matches similar to: "argv[0] => host feature considered harmful"
2002 Aug 20
2
scp with F-Secure SSH2
Hi!
I was browsing through archives and found out that somebody else was having
the same problem as I'm.
http://bugzilla.mindrot.org/show_bug.cgi?id=248
from the client, when I run scp to the server, I get:
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).
There are more details about this problem here:
[Bug 88] scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
2002 Jan 31
5
[Bug 88] scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
http://bugzilla.mindrot.org/show_bug.cgi?id=88
------- Additional Comments From markus at openbsd.org 2002-01-31 23:01 -------
this is an installation error on the target host, see:
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).
------- You are receiving this mail because: -------
You are the assignee
2000 Sep 01
5
sftp
Yo All!
I understand why we do not have sftp in openssh, but it would be nice
if we could make it so that when an SSH.COM scp2 client makes a connection
to an OpenSSH V2 daemon that it does not hang....
Any ideas or do I need to dig a bit on this?
Here is what the sshd says when I conenct to it from scp2:
debug: session_open: session 0: link with channel 0
debug: confirm session
debug:
2002 Jan 27
5
[PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
Here is a patch to add the missing scp -1 and -2 options to eliminate
confusion for users familiar with the commercial version of SSH.
This patch and others are maintained on the secure nfs (SNFS) web page:
http://www.math.ualberta.ca/imaging/snfs/
-- John Bowman
University of Alberta
diff -ur openssh-3.0.2p1/scp.c openssh-3.0.2p1J2/scp.c
--- openssh-3.0.2p1/scp.c Sun Oct 21 18:53:59 2001
+++
2002 May 17
2
[Bug 248] scp doesn't support ssh2 protocol
http://bugzilla.mindrot.org/show_bug.cgi?id=248
------- Additional Comments From liug at mama.indstate.edu 2002-05-18 07:14 -------
I tried several different versions of openssh, and got the same problem with scp.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Jun 20
2
openssh-2.9p1 scp to ssh-2.4 fails
Am I missing something obvious or does the scp in openssh not interoperate with
the scp in ssh-2.4? I don't have any ssh-2.4 systems but a user here trying
to fetch a file from a site which uses it (and doesn't have scp1 gets):
scp -o 'protocol 2' -o 'loglevel debug3' -v herrada at eurus2.us.es:tf19.dat
2016 May 03
2
An update on SSH protocol 1
Hi,
At this stage, we're most of the way towards fully deprecating
SSH protocol 1 - this outlines our plans to complete this task.
We've had this old protocol in various stages of deprecation for almost
10 years and it has been compile-time disabled for about a year.
Downstream vendors, to their credit, have included this change in recent
OS releases by shipping OpenSSH packages that
2001 Mar 06
8
OpenSSH/scp ->> F-Secure SSH server Problems
Hi,
Is there some know problem between the 'scp' client in OpenSSH 2.5.1p1 and
F-Secure's SSH 2.4.0 server? The client is running on a Linux (2.2.17) box
and server is running on Win2K. When I try to transfer files it asks me for
the password (which I provide) then it hangs. Using 'scp -v' didn't provide
any helpful info; it's as though the problem happened before
2002 May 17
1
[Bug 248] New: scp doesn't support ssh2 protocol
http://bugzilla.mindrot.org/show_bug.cgi?id=248
Summary: scp doesn't support ssh2 protocol
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: liug
2016 May 03
2
An update on SSH protocol 1
On Tue, 3 May 2016, Colin Watson wrote:
> Debian takes the latter approach. Specifically, we have an
> "openssh-client-ssh1" binary package that includes only scp1, ssh1, and
> ssh-keygen1 binaries; we do not ship any server-side SSHv1 support. I
> modelled this on Fedora's approach, which is basically the same aside
> from a slightly different package name.
>
2002 Jun 14
2
SCP2 implementation documentation?
Hi,
I'm about to incorporate scp2 support to our current SSH2 server implentation and I
could't find any document (RFC, internet draft, etc) about the implementation scp
or scp2. Does anyone know where I could find some ???
Thanks
--
Charles Gelinas
Software Engineering
Ericsson Inc.
Datacom Networking and IP Services
Access Product Unit
charles.gelinas at ericsson.com
Ph: (805)
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
Hi,
this is a type 3 bugreport ;)
( 3. Repeatable problems specific to your software layout.)
first of all i must state, that i run openssh on a fairly
old redhat based system (redhat 6.1).
if you have any further questions, feel free to contact me.
configure options:
CFLAGS="-O2 -m486" ./configure --without-rsh --with-tcp-wrappers --prefix=/opt/openssh-2.3.0
2019 Jan 24
3
sftp Vs scp
I almost never use bare 'scp' or 'sftp' anymore; I start with either 'rsync' or, if 'rsync' is not present and not installable on one end or the other, the "tar-over-bare-ssh" approach:
```
tar cf - localpath | ssh remote.host 'cd remotepath && tar xvf -'
```
I'd be in favor of one of the following:
1. 'scp' goes away, and
2016 Apr 18
0
R [coding : do not run for every row ]
Dear anonymous,
The big mistake in the output might be obvious to you but not to
others. Please make clear what the correct output should be or at
least what is wrong with the current output.
And please DO read the posting guide which asks you not to post in HTML.
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
team Biometrie &
2016 Apr 17
2
R [coding : do not run for every row ]
i have combined all the variables in a matrix, and i wish to conduct a simulation row by row.
But i found out the code only works for the every first row after a cycle of nine samples.
But after check out the code, i don know where is my mistake...
can anyone pls help ....
#For gamma disribution with equal skewness 1.5
#to evaluate the same R function on many different sets of data
2016 Apr 18
3
R [coding : do not run for every row ]
Hi, i am sorry, the output should be values between 0 and 0.1 and not supposed to be 1.00, it is because they are type 1 error rate. And now i get output 1.00 for several samples,rhis is no correct. The loop do not run for every row. i do not know where is my mistake. As i use the same concept on normal distribution setup, i get the result.
Sent from my phone
On Thierry Onkelinx
2019 Jan 23
3
Status of SCP vulnerability
I worked on a proposal like this a few years back (including proof of
concept code).? I taught sftp to have an scp personality (closer to scp2
than scp), and it was rejected by the higher ups.? It may have been the
dual-personality issue, but I know the scp2 concept was also rejected at
the time as it was stated there should be one transfer tool.
But the only way to drag scp into this century
2016 Apr 18
0
R [coding : do not run for every row ]
Always keep the mailing list in cc.
The code runs for each row in the data. However I get the feeling that
there is a mismatch between what you think that is in the data and the
actual data.
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070
2019 Jan 23
3
Status of SCP vulnerability
Hey.
I'm also a bit concerned about this issue...
On Tue, 2019-01-22 at 13:48 +1100, Damien Miller wrote:
> Don't use
> scp with untrusted servers.
But that would effectively mean one has to toss scp.
Reality is simply that most peers cannot be really trusted? just
imagine all the administration work which is done from some
user/admin's computer to countless servers (running
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