search for: vshell

Displaying 6 results from an estimated 6 matches for "vshell".

Did you mean: shell
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 200 KB...
2009 Mar 28
1
Help with moving ssh keys around
...server. the way I do this by hand looks like this: # create the key mkdir /etc/backups chmod 500 /etc/backups ssh-keygen -t rsa -f /etc/backups/$HOSTNAME -q -N "" # copy the public key up to the server: scp -i /etc/backups/$HOSTNAME /etc/backups/$HOSTNAME.pub user@backup.example.com:/c/vshell/publickey/user The directory looks strange because it''s a windows server running the VShell sshd program. That last line, when run the first time, does two things that I''m having trouble scripting into puppet: 1) it adds the ssh fingerprint of the backup server to /root/.ssh/ k...
2010 Jun 18
0
OpenSSH - SFTP issue
Hello, We are having issue with SFTP for Windows server. The OpenSSH reports the "Exit Staus -1" upon exiting the sftp session ( Though the file is successfully getting transferred!!). I have opened ticket with VanDyke Software - vShell and reported this issue. Accordiong to VanDyke Software, there is no issue with vShell configuration / its debug logs. Would you please let us know, what is this "Exit Status -1"?. Note that when transfering to Unix servers, it gives "Exit Status 0". Sample Log:...
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...
2001 Oct 04
1
FTP Port Forwarding & SSH2_MSG_CHANNEL_DATA question
...y 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 send over the amount that will fit within your Window Session Size. My question is...how do I get around this? Do I need to send a Window Adjust message over to the server to reset the size, or should I set Xon/Xoff? I'v...
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