Displaying 20 results from an estimated 80 matches similar to: "Tunnelling problem in windows 7"
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
2006 Jan 19
1
CopSSH changes directory permission
Hi,
I am seeing a strange behavior on windows XP pro with CopSSH installed.
Every time I run
the activate.sh and create a ssh account and subsequently when attempted
to delete the folder or any files in the folder windows doesn't seem to
allow any change to the directory.
To fill in some background info here's what I am doing. I am changing
the root directory for the SSH user by changing
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 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
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
2007 Jan 15
0
Asterisk Realtime and MD5 authentication
Hi,
I've troubles with setting up Asterisk Realtime and MD5 authentication.
With clear text passwords everything is working fine.
-- Registered SIP 'edwin' at 10.0.0.37 port 5060 expires 600
-- Saved useragent "Cisco-CP7940G/8.0" for peer edwin
[2007-01-15 10:18:12] DEBUG[28528]: res_config_mysql.c:651 mysql_reconnect:
MySQL RealTime: Everything is fine.
2012 Feb 16
2
Fwd: Re: cwRsync got killed...
A bit late, but someone (anonymous) provided a link to download.
the md5 is correct, it matches the last sourceforge state. And the md5
and sha256 mentioned at https://www.itefix.no/i2/node/12862 - before he
gave up the project.
MD5 c787dfa854775793d1a1b5c3502b57b5
sha256 5abeec588e937bd749456ddb347e4116b0f8407e15f412281fc64c763d1de62d
For obvious reasons you should check the md5 / sha256 after
2009 Mar 14
1
Rsync Over SSH (Windows XP)
Firstly, if this the wrong place to ask this question or if this
question is inappropriate then please accept my sincere apologies.
I am seeking advice regarding the backup of an Windows XP machine.
I have used rsync for years and believe it to be an absolutely amazing
tool on *NIX systems.
Recently, I was asked the following question, relating to the backup
of Windows system :
>
2009 Apr 17
2
Disaster recovery option for file server
Greetings -
I have not been a long time follower of this list, but I have scanned
through the last year or so of archives, after not finding much from google
searches. I am hoping someone here can inform me if what I want to do is
feasible, and give me some general guidance to follow so that I can continue
my research and complete this task.
I admin a RH3 system that is primarily a Samba
2009 Nov 17
2
Windows Routing issue
Hello All,
I took a break from trying to get Tinc working and have come back to it
now with the release of 1.0.11. I have 2 Windows computers connected
behind firewalls and everything seems to be correct, except I cannot
seem to get any data past the server TAP interface. I can ping the
Server TAP interface from the client, but no data will move through the
TAP interface to the Internet. I have
2004 Oct 04
1
FW: ssh proxying vs. tunnelling
I have tunneling working successfully to ''proxy'' ssh client traffic through a gateway machine down to an end server in such a way that the client thinks it is talking to the gateway machine.? Here is my setup:
?
Server:? running sshd listening to port ''xxx'' - machine name <server>
?? command run:? sshd -p xxx
?
Gateway:? running tunnel to server - machine
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
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
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
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.
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?
2003 Feb 10
5
Samba/Windows XP and SSH tunnelling
Hi,
I've been trying to get SSH tunnelling working with Samba. I'm using a
Windows XP and a RedHat 8.0 box. I've closely followed the instructions from
the HOWTO manual in order to set this up to no avail.
I think the problem comes from the fact that my lmhosts file has no effect
on the NetBIOS name cache when I preload it with the command 'nbtstat -R'. I
checked the