hello,

you may recall i had a problem getting from my home machine, which
was behind a firewall, to my work machine, via ssh.

i have installed ssh on the firewall to remove that as a problem,
but i still get the same result. so now the issue is

ssh2 from friend's machine to work -> works fine
ssh2 from home machine to work  -> fails

i have actual sessions for each of these cases recorded below:

ssh session from friend's machine to work:
==========================================

%ssh2 -V
ssh2: SSH Secure Shell 2.1.0 (non-commercial version)

%ssh2 -d 99 -l mshiloh machine.work.com
warning: Development-time debugging not compiled in.
warning: To enable, configure with --enable-debug and recompile.
debug: Unable to open /etc/ssh2/ssh2_config
debug: hostname is 'machine.work.com'.
debug: Unable to open /home/michael/.ssh2/ssh2_config
warning: Development-time debugging not compiled in.
warning: To enable, configure with --enable-debug and recompile.
debug: connecting to machine.work.com...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: Ssh2Client/sshclient.c:1015/ssh_client_wrap: creating userauth
protocol
debug: Remote version: SSH-2.0-2.0.13 (non-commercial)
debug: Ssh2Client/sshclient.c:349/keycheck_key_match: Host key found from
database.
debug: Unable to open /home/michael/.ssh2/identification
debug: Ssh2AuthClient/sshauthc.c:304/ssh_authc_completion_proc: Method
'publickey' disabled.
debug: Ssh2AuthPasswdClient/authc-passwd.c:82/ssh_client_auth_passwd:
Starting password query...
mshiloh's password: 
debug: Ssh2/ssh2.c:472/client_authentication_notify: Authentication
successful.
debug: Ssh2/ssh2.c:531/client_authentication_notify: forward_x11 = TRUE,
forward_agent = TRUE
debug: Requesting X11 forwarding with authentication spoofing.
Last login: Fri Jul 21 2000 22:16:39 -0700
--> successful ssh to remote machine



ssh session from home machine to work:
=======================================

% ssh2 -V
ssh2: SSH Secure Shell 2.2.0 (non-commercial version) on i586-pc-linux-gnu
% ssh2 -d 99 -l mshiloh wyvern.mediabolic.com
warning: Development-time debugging not compiled in.
warning: To enable, configure with --enable-debug and recompile.
debug: hostname is 'machine.work.com'.
debug: Unable to open /home/mshiloh/.ssh2/ssh2_config
warning: Development-time debugging not compiled in.
warning: To enable, configure with --enable-debug and recompile.
debug: connecting to machine.work.com...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: Ssh2Client/sshclient.c:1097/ssh_client_wrap: creating userauth
protocol
debug: Ssh2Client/sshclient.c:399/keycheck_key_match: Host key found from
database.
warning: Authentication failed.
debug: Ssh2/ssh2.c:76/client_disconnect: locally_generated = TRUE
Disconnected; no more authentication methods available (No further
authentication methods available.).
debug: uninitializing event loop
--> failed ssh session

any ideas?




 .~.    /"\    /\            Michael Shiloh
 /V\    \ /   /\ \           [EMAIL PROTECTED]
/( )\    X   /  \--          (415) 346-2270 x 121
^^-^^   / \  ---- 

Reply via email to