similar to: CopSSH changes directory permission

Displaying 20 results from an estimated 1700 matches similar to: "CopSSH changes directory permission"

2005 Nov 28
4
Password Option for Windows OpenSSH
I am newbie to OpenSSH and have a question on providing password during a client log in session. I am using OpenSSH for Windows(XP) version 3.81p1. Is this the latest version for windows? >From the archive list I gather that OpenSSH will not provide a password option while invoking ssh commands, is this true? or will this be included in the future releases? I read something about using
2010 Aug 18
3
[Bug 1807] New: SSH fails randomly
https://bugzilla.mindrot.org/show_bug.cgi?id=1807 Summary: SSH fails randomly Product: Portable OpenSSH Version: 5.4p1 Platform: ix86 OS/Version: Other Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: vinay1714 at gmail.com I
2008 Nov 19
1
HELPA
I have a problem in ssh login without password Systems: vmware-centos 5.2: 192.168.0.4 vista copssh: 192.168.0.2 [192.168.0.4 $] ssh-keygen -t dsa [192.168.0.4 $] scp -p id_dsa.pub tester at 192.168.0.2:.ssh [192.168.0.2 $] cat .ssh/id_dsa.pub >> .ssh/authorized_keys [192.168.0.2 $] chmod 700 .ssh [192.168.0.2 $] chmod 600 .ssh/authorized_keys [192.168.0.4 $] ssh id at 192.168.0.2
2010 Apr 02
1
Compiling for Windows
Hello OpenSSH devs, I'm hoping this is the proper forum for this question, but if not maybe some kind soul could point me in the right direction. I've been tasked with maintaing a Windows application that currently, or will need to, make use of the following tools: ? ssh-keygen ? ssh ? sshd ? sftp I know there are a few packages out there already CopSSH being one of them (which does
2005 Jul 18
2
RSync and SSH problems
Hey all, First off, I'm new to cygwin, rsync, and actually even ssh. I've used ssh clients many times, but server side I'm a bit of a noob. Anyway, here's my problem... I set up a brand spankin new Windows XP box with only two apps installed: copSSH and rsync. I need to tie down all security as tight as possible. From what I've seen/read, it seems to me the only port I need
2010 Oct 30
2
Using names function
Just starting on my journey to learn R and the book I am using is "Using R for Introductory Statistics" One of the problems (page 15, 1.10) goes as follows: The monthly sales fig for 2002 were (2700, 2600, 3050, . . ). Using diff() find the month with greatest increase from prev month. I created a msales var: msales = c(2700, 2600, 3050 . . ) I named them:
2008 Aug 18
2
Can the rsync password be automated?
Is there a way to automate the rsync password or maybe disable? I am currently running rsync from a Windows command prompt and would like to run it from a .bat file. I have read through the config man pages but not sure if my ssh_config file is even being used. I tried passwordauthentication = no but it still asked for password. I have seen a option for --password-file= but I believe this does not
2013 May 03
1
MANOVA summary.manova(m) :" residuals have rank"
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location) Zx <- Z[c(4:504)] Zxm <- as.matrix(Z) m<- manova(Zxm~Season*location, data=Z) when I do summary.aov, I get respond for each species but summary.manova summary.manova(m) :" residuals have rank" 24<501. What can it be the reason for this error
2006 Mar 28
0
ansari.test (one tailed)
Hello. I am probably wrong... I am wondering if it could have a mistake in the code of the ansari.test function. For me, it seems that the function do not recover the p value at the correct side of the normal law N(0, 1) when it use the normal approximation (presence of ties) in a one tailed test. Exemple : quanti<-c(197, 205, 228, 234, 237, 195, 233, 226, 244, 227, 259, 185, 198, 253, 207,
2006 Aug 30
8
converting decimal - hexadecimal
Hi, do you know, a method to convert an decimal value (integer) to the corresponding hexadecimal value ? thinks for help. Romain -- Lorrilli?re Romain UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution B?t. 362 Universit? Paris-Sud 91405 Orsay cedex France tel : 01 69 15 56 85 fax : 01 69 15 56 96 mobile : 06 81 70 90 70 email : romain.lorrilliere at ese.u-psud.fr
2010 Aug 25
1
SEM : Warning : Could not compute QR decomposition of Hessian
Hi useRs, I'm trying for the first time to use a sem. The model finally runs, but gives a warning saying : "In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. " I found in R-help some posts on this warning, but my attemps to modify the code didn't change
2010 Jul 05
1
Stoch Prog in R
Can you please let know if there are any packages for stochastic linear programming (SLP) in R? Thanks in advance Sudhakar Achath
2009 May 29
1
Tunnelling problem in windows 7
Hi, I have recently installed Windows 7 RC [Version 6.1.7100], and instaled the OpenSSH [setupssh381-20040709] I wanted to tunnel through my ssh server, I usually use this command on my Windows XP machine, and it works. ssh -L 9983:10.0.0.37:3389 infram at 192.168.1.13 ?N When issuing that command on Windows 7, after asked for the password, it gives me this error: \226N: Command not found.
2012 Mar 13
7
ROC Analysis
Hi everybody, I have a data set with a value and a status (positive or negative case) and I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve (True Positive Fraction [tpf] according 1-True Negative Fraction [1-tnf]). http://r.789695.n4.nabble.com/file/n4469203/01.png But, now I want a new graphic which show the sum of true positive fraction and true negative fraction
2013 Jul 12
3
Needing help for excluding vector elements
Hello, R for Dummies. How can I exclude the first 1000 values of a vector (length 12000)? More generally all the values up to the ith? Thanks for your help, Dr Olivier Charansonney Cardiologue Centre Hospitalier Sud-Francilien, Corbeil-Essonnes, France [[alternative HTML version deleted]]
2012 Nov 22
2
Trick to replace NA
Dear members, I have a series of values in a vector and some value are missing and replaced with NA. For example: a <- c(27, 25, NA, NA, 24, 26, 27, NA, 26) I would like to replace the NAs with the value taken from the previous value that is non-NA. The output would be in this case: 27 25 25 25 24 26 27 27 26 Now I do that with a for loop, but I try to eliminate all the loops to gain in
2008 Apr 10
3
option_groups_from_collection_for_select with a ActiveRecord::Base single object
Rails documentation gives examples of using option_groups_from_collection_for_select with two tables/objects. How could it be done with one? Example that almost works: I have a form to enter address from both the United States and Canada. It has the following: ====new.html.erb==== <%= select_tag( :state, option_groups_from_collection_for_select( State.countries, :country,
2003 Apr 25
2
About qvalue
Hello, I'm apologize to have made failure before. I wrote this : p<-scan("teststat.txt") on R and R returns Error in scan ("teststat.txt") : "scan" expected a real, got "x". I don't really understand,because teststat has been created, so........ Thanks a lot. Sandrine
2007 Aug 02
2
Printer publishing
Hello list I use a samba (version 3.0.14) PDC and Cups (1.2.7) for sharing printers with windows clients. When I create a new printer in Cups i have to wait a long time (abour 20 minutes) to see the printer in Samba's sharing Here is my Print sectin of the smb.conf [printers] path = /tmp print ok = yes browseable = yes printable = yes printer admin = @users, root [print$] path =
2002 Aug 07
3
Reading characters using read.table()
Hello, I need to read a vector containing names of different variables from a text file (a unique column). Among them one is called "T". When I use the function read.table with default arguments and when I call the element of the data frame corresponding to name of this variable it returns me the logical value "TRUE" whereas I was expected it to return the character