Displaying 20 results from an estimated 100 matches similar to: "OpenSSH - SFTP issue"
2009 Oct 09
0
Just a simple smbpasswd authentication won't work
Hello List.
We have a number of working ADS servers. One of out clients is not in the Kerberized domain so there users log in via NIS. Having looked at the options for enabling NIS authentication I have decided to use the smbpasswd. Now I can't get that to work.
After using smbpasswd to create two users, one created locally, in the /etc/passwd, and one that exists already in NIS. Not only
2003 Mar 22
2
Transfer rate issues with OpenSSH SFTP Server - Verified on Mac OS X 10.2.X and FreeBSD 5.0
First, I have what I consider to be decent experience with SSH, and have
been running VanDyke's VShell SSH server for considerable time under
Windows 2000/XP. Recently, I have been working with Mac OS X and FreeBSD
and have been using OpenSSH 3.4p1 The sftp server seems to have major
issues when serving files, specifically, if one data stream is used the
transfer rates fluxuate between 80 and
2014 Jun 17
2
rsync specified directory(ies)
Hello,
i try to copy a specified directory and the according folders and files below to a remote host.
cd /dir
/usr/bin/rsync -ravz -e ssh --include='*/' --include='*/00/*/*' --exclude='*' . remote_host:/tmp
i want to copy in these example the directory "00" and the according folders and files below.
the structure of the directory is defined by a software and
2009 Aug 17
1
rsync: connection unexpectedly closed
I'm using Rsync 3.1.0 and VanDyke VShell for SSH. Both services have started
up in the remote server under the local account nasadmin. I know port 22 is
open on the firewall because i was able to see the root directory being
created after an rsync command from the server, but no files were
synchronized over. Later, i started receiving this error and can only guess
there is something wrong
2009 Mar 28
1
Help with moving ssh keys around
I''m very new at puppet, but I''ve almost managed to get to the point
where my puppet server sets up all the basics of a new linux box for
me. The last piece of the puzzle is backups.
The way I do backups is fairly simplistic. I just use mysqldump and
tar to create local backup files and then scp them to a central host
once a day. In order to set this up, I have to create a key
2001 Oct 04
1
FTP Port Forwarding & SSH2_MSG_CHANNEL_DATA question
Hi,
I'm currently working on an FTP utility which contains
SSH2/Port Forwarding functionality. I'm having a problem with
receiving large amounts of data. When I open my forwarding
channel, I give it a Window Size, say about 10K. When I try
to download a file through the forwarded FTP channel, the
SSH2 server (VShell in this case) is only sending over 10K.
Apparently the server will only
2012 Feb 23
3
I'm sure I'm missing something with formatC() or sprintf()
I have a four-digit string I want to convert to five digits. Take the
following frame:
zip
2108
60321
60321
22030
91910
I need row 1 to read '02108'. This forum directed me to formatC previously
(thanks!) That usually works but, for some reason, it's not in this
instance. Neither of the syntaxes below change '2108' to '02108.' The values
in cand_receipts[,1] are of
2009 Feb 10
1
need help with installRExcel()
Struggled a whole day, but still could not get DCOM working on my machine.
What I did is:
1. Installed R 2.8.1 under folder "../R/R-2.8.1"
2. Installed R_Scilab_DCOM3.0-1B5 under folder ".. \R\(D)COM Server"
3. Installed packages: rscproxy_1.0-12, RExcelInstaller_3.0-10,
rcom_2.0-4...
4. run the following commands:
library(rscproxy)
library(rcom)
2001 May 23
1
OpenSSH 2.9p1 improperly caches username
Hi guys,
OpenSSH 2.9p1 using SSH2 currently caches the username sent in
the USERAUTH_REQUEST [none] packet. This does not allow you
to change the username in a later authentication packet.
>From SSH Authentication Protocol, section 2.1:
"The user name and service are repeated in every new
authentication attempt, and MAY change. The server implementation MUST carefully
2002 Oct 10
3
pks for openssh
I was directed to the following site by one of our customers regarding
a keyserver built into openssh. There's a patch for 3.4p1 on their
site, but the license isn't very clear, nor is it clear if they have
approached the openssh team regarding the inclusion of this subsystem
into openssh proper.
I've been asked to patch Mandrake's openssh with this feature, but I'm
2008 Nov 05
1
openssh on interix
Hi openssh developers,
I'm trying to port openssh to Interix. See [1] for more on this.
For Interix sshd needs to be patched to not use setuid()/setgid(), but
an Interix specific function setuser(). See [2] why it is needed.
Unfortunately, setuser() needs the clear-text password of the user to
be fully functional (If you use password-less setuser(), then the
user doesn't have network
2007 Dec 11
1
Mono in postscript device
Hi,
Plotting a graphic into a postscript device using family="mono" returns the
following error message:
>> family 'mono' not included in PostScript device
Looking at postscriptFonts() however lists the "Courier" font as availeable
mono font. So where is the problem?
Thanks guys for your help.
Best regards
Benjamin
sessionInfo()
R version 2.5.0
2008 Aug 01
1
parent in Creating environment object
Hi,
I would like to convert a simple list into an environment object. It seems I
have to create an environment object with new.env() and assign the single
values afterwards. Now what I did not really understand from the guides
until now is, how the parent environment supplied to the new.env() function
influence the final environment. So:
1. Do I ALWAYS have to supply a parent during creation?
2.
2012 Sep 19
0
Discrepancies in weighted nonlinear least squares
Dear all,
I encounter some discrepancies when comparing the deviance of a weighted and
unweigthed model with the AIC values.
A general example (from 'nls'):
DNase1 <- subset(DNase, Run == 1)
fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1)
This is the unweighted fit, in the code of 'nls' one can see that 'nls'
generates a vector
2013 Feb 12
0
Deviance and AIC in weighted NLS
Dear All,
I encounter some discrepancies when comparing the deviance of a weighted and
unweigthed model with the AIC values. A general example (from 'nls'):
DNase1 <- subset(DNase, Run == 1)
fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1)
Now for a weighted fit:
fm2DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal),
2013 Feb 06
0
weighing proportion of rowSums in dataframe
Hi Eik,
thank you so much - it works perfectly!
Thank you and best wishes
Alain
Eik Vettorazzi <E.Vettorazzi@uke.de> hat am 6. Februar 2013 um 17:01 geschrieben:
> Hi Alain,
> here is a one-liner for a df without the rowSum column
>
>
1999 Nov 23
0
Packet integrity error. (29)
I'm using SecureCRT (http://www.vandyke.com/) to connect to OpenSSH (1.2pre14
built from source RPMs) running on RedHat Linux 6.1. When I forward a local
port using SecureCRT to a port on the server and try to connect, I get the
error message "Packet integrity error. (29)" on the server and the session is
disconnected. This forwarding setup works with the not-so-free sshd just
1999 Mar 21
0
Windows networking and SOCKS proxies
Sorry...I deleted the thread about SOCKS before I realized
I knew the solution...
I checked up on how SMB connections work on an NT workstation
running the Hummingbird SOCKS proxy. It looks like "net use..."
and its GUI variant don't use the WINSOCK/WINSOCK 2 interface to
make netbios-session (139/tcp) connections. The machine attempted
to make a direct connection to the remote
1999 Nov 25
0
Packet integrity error. (29) - fixed by pre15
I just installed the 1.2pre15 RPMs and, as hinted in the announcement, it
fixed this problem.
Thank you!
_______________________
Ron Bickers
===== ORIGINAL POST =====
I'm using SecureCRT (http://www.vandyke.com/) to connect to OpenSSH (1.2pre14
built from source RPMs) running on RedHat Linux 6.1. When I forward a local
port using SecureCRT to a port on the server and try to connect, I
2000 Dec 15
0
sshd demons
Hi there, I'm having a problem with sshd demons not shuting down after
connection is closed.
The strange thing is that this is happening on both my Redhat 6.2 server and
Redhat 7.0, both running
OpenSSH_2.3.0p1. I'm positive that KeepAlive is set to yes !
Is this a common problem ? I'm suspecting that is has something to do with
the client as well. Think we're all using