SQL Server through SSH
I am trying to access my mssql server through SSH but without much joy.
My SQL 2005 server is on a local ip of 192.168.1.5. My SSH server is on a
local ip of 192.168.1.7 which i access through port 22 on my router via
dyndns. My SSH server is a ARM cpu based NSLU2 running debian
I tunnel in and setup port forwarding in putty as follows
L1433 192.168.1.5:1433 and then point my connection string to (local)
However when i try to create a connection i get PreHandshakeLogin()
Failiure. Do I need to setup some ip table routing to make this work? please
be verbose with your replies as I am quite new to this port forwarding
stuff.
--
View this message in context:
http://www.nabble.com/SQL-Server-through-SSH-tp15773232p15773232.html
Sent from the SSH (Secure Shell) mailing list archive at Nabble.com.
Relevant Pages
- Re: Trouble with X11 over SSH on Mandriva 2010.0
... If next clean install/update causes ssh to break, ... installed the sshd daemon/service package (OpenSSH Server) on the server. ... correct values for client and server. ... (comp.os.linux.networking) - Re: Apache Software Foundation Server compromised, resecured. (fwd)
... this was one "result" of the comromised ssh binary at sourceforge. ... a public server of the Apache Software Foundation ... > (ASF) was illegally accessed by unknown crackers. ... > exhaustive audit of all Apache source code and binary distributions ... (FreeBSD-Security) - Re: FreeBSD Crash without Errors, Warnings, or Panics
... I suppose I could run on stable until the driver is fixed in a release branch, but I need this box up and online, and I've always read that the stable branch is not the place for production servers. ... I'm running 6.0-RELEASE-p5 on a Toshiba built server: dual Xeon Intel motherboard with a LSILogic MegaRAID controller. ... Also, some network ports still respond, like a telnet to port 22 to test SSH will yield an SSH banner, but trying to connect with SSH just hangs. ... The box runs a web-based app and connects to a local Postgres DB which seemed to be unable to start new connections being requested by the PHP scripts. ... (freebsd-hackers) - Re: restrict ssh access
... > We have one ssh server which receives about 6000 failed attempts to ... > unsuccessful login attempts per client IP address? ... the remote server is also running OpenSSH. ... (comp.security.ssh) - Re: SSH as root
... Subject: SSH as root ... but it doesn't require having a key on the server that could be ... If they compromise a server, and the passphrase, etc. is there, they only ... private key to anyone. ... (SSH) |
|