From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 4 Jan 2014 11:43:06 +0000 Message-ID: From: Conor Williams To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b343358b4cab304ef2387be Subject: [9fans] ssh: non standard port Topicbox-Message-UUID: ac791f66-ead8-11e9-9d60-3106f5b1d025 --047d7b343358b4cab304ef2387be Content-Type: text/plain; charset=ISO-8859-1 the ssh client uses port 22... I want to use port 1700... is there a flag? --047d7b343358b4cab304ef2387be Content-Type: text/html; charset=ISO-8859-1
the ssh client uses port 22...
I want to use port 1700...

is there a flag?


--047d7b343358b4cab304ef2387be-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 4 Jan 2014 06:49:22 -0500 To: 9fans@9fans.net Message-ID: <92045f7f5f2584c96bee474474c3f953@brasstown.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ac7ecfa6-ead8-11e9-9d60-3106f5b1d025 On Sat Jan 4 06:44:22 EST 2014, conor.williams@gmail.com wrote: > the ssh client uses port 22... > I want to use port 1700... > > is there a flag? no. use a normal plan 9 network address, such as ssh!example.com!1000 i tested this with ssh2, but it should work with ssh1 as well, but i think in that case the address would be tcp!example.com!1000. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <92045f7f5f2584c96bee474474c3f953@brasstown.quanstro.net> References: <92045f7f5f2584c96bee474474c3f953@brasstown.quanstro.net> Date: Sat, 4 Jan 2014 12:07:59 +0000 Message-ID: From: Conor Williams To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b343358b6329404ef23e0f4 Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ac85f3e4-ead8-11e9-9d60-3106f5b1d025 --047d7b343358b6329404ef23e0f4 Content-Type: text/plain; charset=ISO-8859-1 and what client erik? emi On Sat, Jan 4, 2014 at 11:49 AM, erik quanstrom wrote: > On Sat Jan 4 06:44:22 EST 2014, conor.williams@gmail.com wrote: > > > the ssh client uses port 22... > > I want to use port 1700... > > > > is there a flag? > > no. use a normal plan 9 network address, such as > ssh!example.com!1000 > i tested this with ssh2, but it should work with ssh1 > as well, but i think in that case the address would > be tcp!example.com!1000. > > - erik > > --047d7b343358b6329404ef23e0f4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
and what client erik?

emi


On Sat, Jan 4, = 2014 at 11:49 AM, erik quanstrom <quanstro@quanstro.net>= wrote:
On S= at Jan =A04 06:44:22 EST 2014, = conor.williams@gmail.com wrote:

> the ssh client uses port 22...
> I want to use port 1700...
>
> is there a flag?

no. =A0use a normal plan 9 network address, such as
=A0 =A0 =A0 =A0 ssh!exampl= e.com!1000
i tested this with ssh2, but it should work with ssh1
as well, but i think in that case the address would
be tcp!example.com!100= 0.

- erik


--047d7b343358b6329404ef23e0f4-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 4 Jan 2014 07:25:15 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <92045f7f5f2584c96bee474474c3f953@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ac8bad48-ead8-11e9-9d60-3106f5b1d025 > and what client erik? > > emi > > > On Sat, Jan 4, 2014 at 11:49 AM, erik quanstrom wrote: > > > On Sat Jan 4 06:44:22 EST 2014, conor.williams@gmail.com wrote: > > > > > the ssh client uses port 22... > > > I want to use port 1700... > > > > > > is there a flag? > > > > no. use a normal plan 9 network address, such as > > ssh!example.com!1000 > > i tested this with ssh2, but it should work with ssh1 > > as well, but i think in that case the address would > > be tcp!example.com!1000. uh, ssh. as in /$objtype/bin/ssh. if you get funny results, i wasn't able to check with a non-standard port, but the code appears to be there for that. also, if 9front only has ssh1, iirc. - erik From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 4 Jan 2014 13:46:30 +0000 Message-ID: From: Charles Forsyth To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=f46d04138c29088b5704ef2541bd Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ac998fe4-ead8-11e9-9d60-3106f5b1d025 --f46d04138c29088b5704ef2541bd Content-Type: text/plain; charset=UTF-8 On 4 January 2014 11:43, Conor Williams wrote: > the ssh client uses port 22... > I want to use port 1700... > ssh net!hostname!1700 --f46d04138c29088b5704ef2541bd Content-Type: text/html; charset=UTF-8

On 4 January 2014 11:43, Conor Williams <conor.williams@gmail.com> wrote:
the ssh client uses port 22...
I want to use port 1700...

ssh net!hostname!1700
--f46d04138c29088b5704ef2541bd-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 4 Jan 2014 14:09:06 +0000 Message-ID: From: Conor Williams To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e01161028d7935b04ef2591a9 Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ad12eec0-ead8-11e9-9d60-3106f5b1d025 --089e01161028d7935b04ef2591a9 Content-Type: text/plain; charset=ISO-8859-1 thanks guys... that was sshV1 but as it turns out there is a firewall... so i'm trying to get this openssh (for V2) to use port 22... On Sat, Jan 4, 2014 at 1:46 PM, Charles Forsyth wrote: > > On 4 January 2014 11:43, Conor Williams wrote: > >> the ssh client uses port 22... >> I want to use port 1700... >> > > ssh net!hostname!1700 > --089e01161028d7935b04ef2591a9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
thanks guys...

that was sshV1 but as it= turns out there is a firewall... so i'm trying to get this openssh (fo= r V2) to use port 22...


On Sat, Jan 4, 2014 at 1:46 PM, Charles Forsyth <charles.forsyth@g= mail.com> wrote:

On 4 January 2014 11:43, Conor Williams <conor.wi= lliams@gmail.com> wrote:
the ssh client uses port 22= ...
I want to use port 1700...

= ssh net!hostname!1700

--089e01161028d7935b04ef2591a9-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) From: Anthony Sorace In-Reply-To: Date: Sat, 4 Jan 2014 09:18:48 -0500 Content-Transfer-Encoding: 7bit Message-Id: <4E1B0447-B6A7-4A8B-B038-583873956DD6@9srv.net> References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ad1ff840-ead8-11e9-9d60-3106f5b1d025 Conor wrote: > ...i'm trying to get this openssh (for V2) to use port 22... If you don't specifically need the openssh version for some reason, I highly recommend the newer native ssh2 port. In addition to neat features like the /net entry, it is more robust and generally more consistent with the rest of the Plan 9 environment. Anthony From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <4E1B0447-B6A7-4A8B-B038-583873956DD6@9srv.net> References: <4E1B0447-B6A7-4A8B-B038-583873956DD6@9srv.net> Date: Sat, 4 Jan 2014 14:32:23 +0000 Message-ID: From: Conor Williams To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a1134589617e90004ef25e552 Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ad2b168a-ead8-11e9-9d60-3106f5b1d025 --001a1134589617e90004ef25e552 Content-Type: text/plain; charset=ISO-8859-1 ok Anthony... will try that... is it ssh2.tbz? (in contrib?) On Sat, Jan 4, 2014 at 2:18 PM, Anthony Sorace wrote: > Conor wrote: > > > ...i'm trying to get this openssh (for V2) to use port 22... > > If you don't specifically need the openssh version for some > reason, I highly recommend the newer native ssh2 port. In > addition to neat features like the /net entry, it is more > robust and generally more consistent with the rest of the > Plan 9 environment. > Anthony > > > --001a1134589617e90004ef25e552 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
ok Anthony... will try that... is it ssh2.tbz? (in contrib= ?)


On Sa= t, Jan 4, 2014 at 2:18 PM, Anthony Sorace <a@9srv.net> wrote:
Conor wrote:

> ...i'm trying to get this openssh (for V2) to use port 22...

If you don't specifically need the openssh version for some
reason, I highly recommend the newer native ssh2 port. In
addition to neat features like the /net entry, it is more
robust and generally more consistent with the rest of the
Plan 9 environment.
Anthony



--001a1134589617e90004ef25e552-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 4 Jan 2014 14:40:00 -0500 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <4E1B0447-B6A7-4A8B-B038-583873956DD6@9srv.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ad3690a0-ead8-11e9-9d60-3106f5b1d025 On Sat Jan 4 09:33:22 EST 2014, conor.williams@gmail.com wrote: > ok Anthony... will try that... is it ssh2.tbz? (in contrib?) > it's in /n/sources/sys/src/cmd/ssh2 the 386 binaries are in /n/sources/plan9/386/bin/^(sshsession sshtun ssh rsa2ssh2 ssh2key) - erik From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <4E1B0447-B6A7-4A8B-B038-583873956DD6@9srv.net> Date: Sun, 5 Jan 2014 05:56:55 +0000 Message-ID: From: Conor Williams To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0115fb127ad1b704ef32cf33 Subject: Re: [9fans] ssh: non standard port Topicbox-Message-UUID: ad4478be-ead8-11e9-9d60-3106f5b1d025 --089e0115fb127ad1b704ef32cf33 Content-Type: text/plain; charset=ISO-8859-1 term % cd /n/sources/plan9/386/bin/ term % bind . /bin term % ./ssh usage: ./ssh [-dkKmr] [-l user] [-n dir] [-z attr=val] addr [cmd [args]] term% ./ssh -l will51 gir.skynet.ie !Adding key: proto=pass server=gir.skynet.ie service=ssh user=will51 password: ! Linux gir 2.6.32-41-generic #88-Ubuntu SMP Thu Mar 29 13:10:32 UTC 2012 x86_64 GNU/Linux Welcome to Ubuntu! * Documentation: https://help.ubuntu.com/ You have new mail. Last login: Sun Jan 5 05:38:04 2014 from 188.141.32.249 will51@gir:~$ On Sat, Jan 4, 2014 at 7:40 PM, erik quanstrom wrote: > On Sat Jan 4 09:33:22 EST 2014, conor.williams@gmail.com wrote: > > > ok Anthony... will try that... is it ssh2.tbz? (in contrib?) > > > > it's in /n/sources/sys/src/cmd/ssh2 the 386 binaries are in > /n/sources/plan9/386/bin/^(sshsession sshtun ssh rsa2ssh2 ssh2key) > > - erik > > --089e0115fb127ad1b704ef32cf33 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
term % cd=A0/n/sources/plan9/386/bin/
term % bind . /bin
te= rm % ./ssh
usage: ./ssh [-dkKmr] [-l user] [-n dir] [-z attr=3D= val] addr [cmd [args]]
term% ./ssh -l will51=A0gir.skynet.ie

<= span style=3D"font-size:13.333333969116211px;font-family:arial,sans-serif">= !Adding key: proto=3Dpass server=3Dgir.skynet.ie=A0service=3Dssh user=3Dwill51
password:
!
Linux gir 2.6.32-41-generic #88-Ubuntu SMP Thu Mar 29 13:10:32 UTC 2012 x8= 6_64 GNU/Linux
Welcome to Ubuntu!

=A0* Documentation: =A0https://help.ubuntu.com/

<= span style=3D"font-size:13.333333969116211px;font-family:arial,sans-serif">= You have new mail.

<= span style=3D"font-size:13.333333969116211px;font-family:arial,sans-serif">= Last login: Sun Jan =A05 05:38:04 2014 from 188.141.32.249
will51@gir:~$=A0




On Sat, Jan 4, 2014 at 7:40 PM, erik qua= nstrom <quanstro@quanstro.net> wrote:
On Sat Jan =A04 09:33:22 EST 2014, conor.williams@gmail.com wrote:

> ok Anthony... will try that... is it ssh2.tbz? (in contrib?)
>

it's in /n/sources/sys/src/cmd/ssh2 =A0the 386 binaries are in /n/sources/plan9/386/bin/^(sshsession sshtun ssh rsa2ssh2 ssh2key)

- erik


--089e0115fb127ad1b704ef32cf33--