search for: scp1

Displaying 20 results from an estimated 23 matches for "scp1".

Did you mean: scp
2001 Aug 27
1
scp1 issue
Hi. I hope this is not entirely inappropriate, I have tried comp.security.ssh but have not received any response, anyhow I am wondering how scp1 really works, as far as I can tell it should be quite straight forward, just send version string CMSG_SESSION_KEY CMSG_USER CMSG_AUTH_PASSWORD CMSG_EXEC_CMD And wait for SMSG_STDOUT_DATA until SMSG_EXITSTATUS. I have read the scp.c code and and it more or less just starts ssh with the command &qu...
2016 Apr 18
0
R [coding : do not run for every row ]
...25,50,25,100,50,25,50,100,100,25,100,100), > nrow=2) > > #shape parameter for both gamma distribution for equal skewness > #forty five cases for each skewness!! > shp<-rep(16/9,each=5) > > #scale parameter for sample 1 > #scale paramter for sample 2 set as constant 1 > scp1<-c(1,1.5,2,2.5,3) > > #get all combinations with one row of the sample_sizes matrix > ##(use expand.grid)to create a data frame from combination of data > > ss_sd1<- expand.grid(sample_sizes[2,],shp) > scp1<-rep(scp1,9) > > std2<-rep(sd2,9) > > #create a ma...
2016 Apr 17
2
R [coding : do not run for every row ]
...ample_sizes<-matrix(c(10,10,10,25,25,25,25,50,25,100,50,25,50,100,100,25,100,100), nrow=2) #shape parameter for both gamma distribution for equal skewness #forty five cases for each skewness!! shp<-rep(16/9,each=5) #scale parameter for sample 1 #scale paramter for sample 2 set as constant 1 scp1<-c(1,1.5,2,2.5,3) #get all combinations with one row of the sample_sizes matrix ##(use expand.grid)to create a data frame from combination of data ss_sd1<- expand.grid(sample_sizes[2,],shp) scp1<-rep(scp1,9) std2<-rep(sd2,9) #create a matrix combining the forty five cases of combina...
2016 Apr 18
0
R [coding : do not run for every row ]
...is much more readable with apply functions. > > result <- apply( > all_combine1, > 1, > function(x){ > p.value <- sapply( > seq_len(nSims), > function(sim){ > gamma1 <- rgamma(x["m"], x["sp(skewness1.5)"], x["scp1"]) > gamma2 <- rgamma(x["n"], x["scp1"], 1) > gamma1 <- gamma1 - x["sp(skewness1.5)"] * x["scp1"] > gamma2 <- gamma2 - x["sp(skewness1.5)"] > c( > equal = t.test(gamma1, gamma2,...
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 for the bug, or are watching the assignee.
2016 Apr 18
3
R [coding : do not run for every row ]
...25,50,25,100,50,25,50,100,100,25,100,100), > nrow=2) > > #shape parameter for both gamma distribution for equal skewness > #forty five cases for each skewness!! > shp<-rep(16/9,each=5) > > #scale parameter for sample 1 > #scale paramter for sample 2 set as constant 1 > scp1<-c(1,1.5,2,2.5,3) > > #get all combinations with one row of the sample_sizes matrix > ##(use expand.grid)to create a data frame from combination of data > > ss_sd1<- expand.grid(sample_sizes[2,],shp) > scp1<-rep(scp1,9) > > std2<-rep(sd2,9) > > #create a ma...
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: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html The problem seems to be that there is a new implementation of scp. Has anyone consid...
2016 Apr 18
0
R [coding : do not run for every row ]
You can make this much more readable with apply functions. result <- apply( all_combine1, 1, function(x){ p.value <- sapply( seq_len(nSims), function(sim){ gamma1 <- rgamma(x["m"], x["sp(skewness1.5)"], x["scp1"]) gamma2 <- rgamma(x["n"], x["scp1"], 1) gamma1 <- gamma1 - x["sp(skewness1.5)"] * x["scp1"] gamma2 <- gamma2 - x["sp(skewness1.5)"] c( equal = t.test(gamma1, gamma2, var.equal=TRUE)$p.value,...
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
2002 Mar 11
0
[Bug 156] Problem interacting with SSH on DigitalUnix
...------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From mouring at eviladmin.org 2002-03-11 14:17 ------- scp: warning: Executing scp1 compatibility. scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH). OpenSSH's scp is rcp protocol. And requires you to have scp1 from SSH Corp installed for it to work since SSH Corp decided to break backwards compability otherwise. Please use sftp or e...
2002 May 17
1
[Bug 248] New: scp doesn't support ssh2 protocol
...AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: liug at mama.indstate.edu server: running commercial ssh, with ssh2 procotol ONLY. client: OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090601f 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). Is this a bug in the scp or is it ssh2 protocol is NOT supported? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jul 25
0
[Bug 370] New: scp incompatibility when connecting to Commercial SSH server
...lient-session]^M debug1: send channel open 0^M debug1: Entering interactive session.^M debug1: ssh_session2_setup: id 0^M debug1: Sending command: scp -v -t /home/<security>^M debug1: channel request 0: exec^M debug1: channel 0: open confirm rwindow 100000 rmax 32768^M scp: warning: Executing scp1. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0^M debug1: channel 0: rcvd close^M debug1: channel 0: output open -> drain^M debug1: channel 0: close_read^M debug1: channel 0: input open -> closed^M scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1...
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
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. > > A number of our users are basically stuck needing to interoperate with > S...
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it can be useful sometimes, even though I'd prefer this to be done using a trivial shell wrapper, which would be the UNIX way of doing things. Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in the way when having to maintain two versions of ssh in parallel because the ``ssh ->
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
...scp localtest test at bar:/tmp/test -v Executing: program /opt/openssh-2.3.0/bin/ssh host bar, user test, command scp -v -t /tmp/test test at bar's password: warning: Development-time debugging not compiled in. warning: To enable, configure with --enable-debug and recompile. warning: Executing scp1 compatibility. select: Bad file descriptor lost connection Note: on the target runs a SSH-1.99-2.0.13 (non-commercial) scp runs fine in every other combination (openssh <-> openssh, openssh <-> ssh1 and ssh2 -> openssh) just that one direction, from openssh to ssh2 does not work....
2002 Jan 31
0
[Bug 88] New: scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
...enSSH v3.0.2p1 send a 'scp -v -t' command to the SSH v3.1.0 server. The SSH v3.1.0 server's scp command now has a '-t' option to put it into SSH1 compatibility mode. If SSH1 compatibility mode is not installed the transfer fails. SSH v3.1.0 reports: scp: warning: Executing scp1 compatibility. scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH). lost connection ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Mar 18
1
scp does not work
Hi, I got a word "HELLO" after I type scp file server:. and nothing was transfered. There was also a warning message: Executing scp1 compatibility. I am running OpenSSH_3.6.1p1+CAN-2003-0693, SSH protocols 1.5/2.0, OpenSSL 0x0090702f in Mac OSX panther. Thanks. Eric __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com
2002 Mar 10
0
[Bug 156] New: Problem interacting with SSH on DigitalUnix
...OCK debug1: channel 0: new [client-session] debug1: send channel open 0 debug1: Entering interactive session. debug1: ssh_session2_setup: id 0 debug1: Sending command: scp -v -t giano.c debug1: channel request 0: exec debug1: channel 0: open confirm rwindow 100000 rmax 32768 scp: warning: Executing scp1 compatibility. scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH). debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd close debug1: channel 0: output open -> drain debug1: channel 0: close_read debug1: channel 0: i...
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.