Posted: 25 Oct 2008, 04:35
On the other hand, I can wget files over the LAN - this is connecting to my old home server:
Likewise I can ssh to boxes on the LAN, but not over the WAN. This is an ssh connection to a WAN server (known to be working)
Code: Select all
# wget http://puffin/
--10:25:35-- http://puffin/
=> `index.html'
Resolving puffin... 192.168.1.64
Connecting to puffin|192.168.1.64|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,457 (1.4K) [text/html]
100%[========================================================================================>] 1,457 --.--K/s
10:25:35 (16.52 MB/s) - `index.html' saved [1457/1457]
Code: Select all
$ ssh -vv <user>@<host>.ac.uk
OpenSSH_4.3p2 Debian-9etch3ex1, OpenSSL 0.9.8c 05 Sep 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to <host>.ac.uk [144.82.110.1] port 22.
debug1: Connection established.
debug1: identity file /home/<bubba user>/.ssh/identity type -1
debug1: identity file /home/<bubba user>/.ssh/id_rsa type -1
debug1: identity file /home/<bubba user>/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.1
debug1: no match: Sun_SSH_1.1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3p2 Debian-9etch3ex1
debug2: fd 3 setting O_NONBLOCK
debug1: Miscellaneous failure
No credentials cache found
debug1: Miscellaneous failure
No credentials cache found
debug1: SSH2_MSG_KEXINIT sent