* SSH connecting at the wrong port?
@ 2003-07-30 22:10 Darryl On Linux
2003-07-30 22:15 ` Mike Dresser
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Darryl On Linux @ 2003-07-30 22:10 UTC (permalink / raw)
To: linux-admin
I connected from work to my server using ssh (ssh2, once), using Putty.
However I see that the ssh ports I connect to aren't 22, what's going on
here?
P.S. Servernames, IP's and dates, changed, ports and other information not
changed.
Jul 29 14:14:56 Servername sshd[30302]: Accepted password for me from 1.1.1.1
port 56182 ssh2
Jul 29 14:20:11 Servername sshd[30638]: Accepted password for me from 1.1.1.1
port 62144
Jul 29 14:20:56 Servername sshd[30693]: Accepted password for me from 1.1.1.1
port 62687
Jul 29 15:48:47 Servername sshd[3051]: Accepted password for me from 1.1.1.1
port 50979
Jul 29 15:49:05 Servername sshd[3079]: Accepted password for me from 1.1.1.1
port 51287
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: SSH connecting at the wrong port?
2003-07-30 22:10 SSH connecting at the wrong port? Darryl On Linux
@ 2003-07-30 22:15 ` Mike Dresser
2003-07-30 22:23 ` Matt Hemingway
2003-07-31 14:17 ` teddymills
2 siblings, 0 replies; 4+ messages in thread
From: Mike Dresser @ 2003-07-30 22:15 UTC (permalink / raw)
To: Darryl On Linux; +Cc: linux-admin
On Wed, 30 Jul 2003, Darryl On Linux wrote:
> I connected from work to my server using ssh (ssh2, once), using Putty.
> However I see that the ssh ports I connect to aren't 22, what's going on
> here?
>
> P.S. Servernames, IP's and dates, changed, ports and other information not
> changed.
>
> Jul 29 14:14:56 Servername sshd[30302]: Accepted password for me from 1.1.1.1
> port 56182 ssh2
Random source port on the other side. It's still connecting to your
server on port 22.
Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SSH connecting at the wrong port?
2003-07-30 22:10 SSH connecting at the wrong port? Darryl On Linux
2003-07-30 22:15 ` Mike Dresser
@ 2003-07-30 22:23 ` Matt Hemingway
2003-07-31 14:17 ` teddymills
2 siblings, 0 replies; 4+ messages in thread
From: Matt Hemingway @ 2003-07-30 22:23 UTC (permalink / raw)
To: Darryl On Linux; +Cc: linux-admin
That's the local port that is opened on the client, er, your work computer.
On Wed, 30 Jul 2003 18:10:07 -0400
Darryl On Linux <1stflight@ameritech.net> wrote:
> I connected from work to my server using ssh (ssh2, once), using Putty.
> However I see that the ssh ports I connect to aren't 22, what's going on
> here?
>
> P.S. Servernames, IP's and dates, changed, ports and other information not
> changed.
>
> Jul 29 14:14:56 Servername sshd[30302]: Accepted password for me from 1.1.1.1
> port 56182 ssh2
> Jul 29 14:20:11 Servername sshd[30638]: Accepted password for me from 1.1.1.1
> port 62144
> Jul 29 14:20:56 Servername sshd[30693]: Accepted password for me from 1.1.1.1
> port 62687
> Jul 29 15:48:47 Servername sshd[3051]: Accepted password for me from 1.1.1.1
> port 50979
> Jul 29 15:49:05 Servername sshd[3079]: Accepted password for me from 1.1.1.1
> port 51287
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SSH connecting at the wrong port?
2003-07-30 22:10 SSH connecting at the wrong port? Darryl On Linux
2003-07-30 22:15 ` Mike Dresser
2003-07-30 22:23 ` Matt Hemingway
@ 2003-07-31 14:17 ` teddymills
2 siblings, 0 replies; 4+ messages in thread
From: teddymills @ 2003-07-31 14:17 UTC (permalink / raw)
To: Darryl On Linux, linux-admin
try
ssh -v -v x.x.x.x
----- Original Message -----
From: "Darryl On Linux" <1stflight@ameritech.net>
To: <linux-admin@vger.kernel.org>
Sent: Wednesday, July 30, 2003 6:10 PM
Subject: SSH connecting at the wrong port?
> I connected from work to my server using ssh (ssh2, once), using Putty.
> However I see that the ssh ports I connect to aren't 22, what's going on
> here?
>
> P.S. Servernames, IP's and dates, changed, ports and other information
not
> changed.
>
> Jul 29 14:14:56 Servername sshd[30302]: Accepted password for me from
1.1.1.1
> port 56182 ssh2
> Jul 29 14:20:11 Servername sshd[30638]: Accepted password for me from
1.1.1.1
> port 62144
> Jul 29 14:20:56 Servername sshd[30693]: Accepted password for me from
1.1.1.1
> port 62687
> Jul 29 15:48:47 Servername sshd[3051]: Accepted password for me from
1.1.1.1
> port 50979
> Jul 29 15:49:05 Servername sshd[3079]: Accepted password for me from
1.1.1.1
> port 51287
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-07-31 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30 22:10 SSH connecting at the wrong port? Darryl On Linux
2003-07-30 22:15 ` Mike Dresser
2003-07-30 22:23 ` Matt Hemingway
2003-07-31 14:17 ` teddymills
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.