similar to: FW: ssh proxying vs. tunnelling

Displaying 20 results from an estimated 10000 matches similar to: "FW: ssh proxying vs. tunnelling"

2004 Sep 17
3
sftp-server debug output
Help! I am trying to get debug output working with sftp-server, and can''t seem to find the appropriate information to get it working. Yes, I have recompiled sftp-server to include defining DEBUG_SFTP_SERVER. I found that myself in the code before finding it in several postings as the common answer to others having this problem. In addition, I have set up the sshd_config file
2005 Feb 17
1
SFTP batch mode patch
Hi, We do a lot of automated file transfers with SFTP, and found this small patch very helpful. The main effect is to tell the underlying SSH client that it's operating in batch mode. Patch is against 3.9p1. Thanks, Jeremy Monin Sysadmin and open-source developer diff -ur openssh-3.9p1-orig\sftp.c openssh-3.9p1\sftp.c --- openssh-3.9p1-orig\sftp.c Sat Jul 17 02:12:08 2004 +++
2005 Jun 02
1
Crashing Suse 9.2 box - Samba prime suspect
I'm running Suse 9.2, up to date via Yast, samba 3.0.9-2.3, openssh 3.9p1-3.2. I had two hard crashes on my Suse 9.2 server in the last four days since I mounted two Windows server shares to the Linux box. Prior to that, machine has been stable for several months. Primary use is cvs server with ssh tunnelling pserver from PuTTY. Crash 1: I connected in from home using WSFTP Pro 9.01 in
2012 May 17
2
Programming API for SSH tunnelling
Hi, Is it possible to program ssh tunneling in C or C++ rather than to use shell command? Are there any APIs for ssh tunneling available? I was told by friends that the openssh is working on it, please point me which version of openssh support API ssh tunneling. Thank you. Kind regards, J. yh
2008 Nov 21
2
'make install' failed on Sparc5, Solaris2.7
Hello, System info: Sparcstation 5, Solaris 2.7, openssl-0.9.8i. I've tried to install openssh-3.9p1 openssh-4.9p1 openssh-5.1p1 all failed the similar way. The following is the last portion of the 'make install' printout. ./install-sh -c -m 0755 -s ssh /usr/local/bin/ssh BFD: /usr/local/bin/stkuaiGw: warning: allocated section `.interp' not in segment ./install-sh -c -m 0755
2006 Jun 27
1
multiple tunnelling problem
Hello all, I have a problem with one of my routing requirements when using IPSec along with a proprietary Mobile IP implementation. And sorry for such a long mail :( Here is a brief description of my situation: My client (mobile-node) has an IP address of 10.10.10.40, my gateway (actually home-agent) has an IP address of 10.10.10.1 and systems in my home network are in 10.0.0.0 network.
2003 Sep 10
3
Combining Transparent Proxying with SSH Port Forwarding
I've wondered if this topic has been discussed relative to enhancing the current capabilities of OpenSSH. Please forgive me if I don't use the exact terminology that you may be used to in describing SSH or Transparent Proxy operation. I continue to learn. Always... Here's what I mean: 1) Port forwarding through SSH is generally a configuration that is "port
2002 Aug 28
3
SSH ?
I have a FTP server behind my firewall. Thanks to Tom it works. Next I would like protect the username and password. With out a firewall. I would just create a SSH user on the firewall and connect. I think the easiest way is to do this is to forward port 22 to my ftp server. Is there a way to have the firewall handle the ssh session and forward the rest of the packet to the ftp server. This
2005 Jan 31
1
Dead proxy tunnel not cleared
Hello, I have been observing the case where some part of the proxy connection(s) break/time out, and the "tunnelconnect" proxy (http://www.taiyo.co.jp/~gotoh/ssh/connect.html) exits. The problem is that the process turns into a zombie and _stays_ that way. SSH (OpenSSH-3.9p1) does not seem to wait() for it. Looks like a "deadwait". Jan Engelhardt -- If you knew the
2005 Jun 02
1
FW: openssh 4.0 - sftp batch mode behavior
Hello, I just installed the openssh 4.0 for Solaris. The users have reported a difference in behavior when using the batch mode of sftp client. Previously they could issue the following command sftp -b batchfile user at hostname and in the absence of publickey authentication they would be issued the password prompt and they could enter password and the process would continue. After upgrading from
2004 Aug 24
1
Possible problem with hostbased protocol 1 rhosts authentication
I found this problem when working with the Suse9.1 distribution, but have since reproduced it with a vanilla build of Openssh (openssh-3.9p1.tar.gz). Basically I cannot get a command like this: XXXX>ssh -vvv -1 -o "RhostsAuthentication yes" AAAA to work. Yes the appropriate settings are in the servers sshd_config file. Hostbased protocol 1 ssh using rhosts between computers is
2004 May 06
2
ID mismatch
Hi, When do the sftp to remote server with file system full, sftp connection get "ID mismatch" and connection closed. Is it supposed to get the "sftp>" prompt back? I try with V3.7.1p2 and V3.8.1p1 and have the same result. Please help. rdsosl.sef_cdf-831# sftp -v edosuser at rdsosl Connecting to rdsosl... OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading
2007 May 29
1
Tunnelling Puppet over SSH
I work at a large financial institution (AXA) and we have a large number of DMZs for our partner and internet-facing servers. The only access to the various DMZs is via SSH and no DMZ-initiated connections are allowed back to the internal network. I''d consider putting a Puppet server in the DMZ but no communication is allowed between DMZs either. Has anyone tried tunnelling Puppet
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.
2004 Nov 08
6
[Bug 951] SSH2 protocol breaks pam chroot auth
http://bugzilla.mindrot.org/show_bug.cgi?id=951 Summary: SSH2 protocol breaks pam chroot auth Product: Portable OpenSSH Version: 3.9p1 Platform: Other URL: --- OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org
2004 Apr 10
0
FTP tunnelling patch
Hello everyone, I have made a very crude patch against OpenSSL-3.8p1 for secure FTP forwarding. It intercepts the server's "227 Entering Passive Mode" message and opens a forwarding port. Not the best of code, but it works for the one application where I need it. http://www.dataway.ch/chip/patches/ftptunnel-openssh-3.8p1.patch.txt Let me know if this is at all something that could
2009 Jan 31
2
Tunnelling X for R graphics
Dear colleagues, I run R on a few different machines, and view graphs and the like by tunnelling X through SSH to my local machine. This is useful for me because my local machine can't easily handle some of the data sets I work with. However, when an ssh connection dies, the tunnelled X session also dies, which breaks R's device connection, generating this error: > Error: X11
2004 Jun 15
3
ssh tunnelling with putty
Could someone provide some help tunnelling a connection through a ssh pipe using putty on a windows 98 client to a samba server? I think I am doing it correctly but can't map a samba share and can't figure out how to debug it I can't find any log files or any other way to determine how the connection attempt is proceeding Any tips?
2008 Apr 15
3
[Bug 1458] New: sftping files from SSH Tectia Server 6.0.0 hangs forever
https://bugzilla.mindrot.org/show_bug.cgi?id=1458 Summary: sftping files from SSH Tectia Server 6.0.0 hangs forever Classification: Unclassified Product: Portable OpenSSH Version: 3.9p1
2005 Mar 30
13
[Bug 1007] sftp client hangs on tru64 5.1A
http://bugzilla.mindrot.org/show_bug.cgi?id=1007 Summary: sftp client hangs on tru64 5.1A Product: Portable OpenSSH Version: 4.0p1 Platform: Alpha OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org ReportedBy: paulstepowski at