9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ssh: non standard port
@ 2014-01-04 11:43 Conor Williams
  2014-01-04 11:49 ` erik quanstrom
  2014-01-04 13:46 ` Charles Forsyth
  0 siblings, 2 replies; 10+ messages in thread
From: Conor Williams @ 2014-01-04 11:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 80 bytes --]

the ssh client uses port 22...
I want to use port 1700...

is there a flag?

[-- Attachment #2: Type: text/html, Size: 162 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 11:43 [9fans] ssh: non standard port Conor Williams
@ 2014-01-04 11:49 ` erik quanstrom
  2014-01-04 12:07   ` Conor Williams
  2014-01-04 13:46 ` Charles Forsyth
  1 sibling, 1 reply; 10+ messages in thread
From: erik quanstrom @ 2014-01-04 11:49 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 11:49 ` erik quanstrom
@ 2014-01-04 12:07   ` Conor Williams
  2014-01-04 12:25     ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Conor Williams @ 2014-01-04 12:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

and what client erik?

emi


On Sat, Jan 4, 2014 at 11:49 AM, erik quanstrom <quanstro@quanstro.net>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
>
>

[-- Attachment #2: Type: text/html, Size: 1141 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 12:07   ` Conor Williams
@ 2014-01-04 12:25     ` erik quanstrom
  0 siblings, 0 replies; 10+ messages in thread
From: erik quanstrom @ 2014-01-04 12:25 UTC (permalink / raw)
  To: 9fans

> and what client erik?
>
> emi
>
>
> On Sat, Jan 4, 2014 at 11:49 AM, erik quanstrom <quanstro@quanstro.net>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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 11:43 [9fans] ssh: non standard port Conor Williams
  2014-01-04 11:49 ` erik quanstrom
@ 2014-01-04 13:46 ` Charles Forsyth
  2014-01-04 14:09   ` Conor Williams
  1 sibling, 1 reply; 10+ messages in thread
From: Charles Forsyth @ 2014-01-04 13:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 13:46 ` Charles Forsyth
@ 2014-01-04 14:09   ` Conor Williams
  2014-01-04 14:18     ` Anthony Sorace
  0 siblings, 1 reply; 10+ messages in thread
From: Conor Williams @ 2014-01-04 14:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

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
<charles.forsyth@gmail.com>wrote:

>
> 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
>

[-- Attachment #2: Type: text/html, Size: 1071 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 14:09   ` Conor Williams
@ 2014-01-04 14:18     ` Anthony Sorace
  2014-01-04 14:32       ` Conor Williams
  0 siblings, 1 reply; 10+ messages in thread
From: Anthony Sorace @ 2014-01-04 14:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 14:18     ` Anthony Sorace
@ 2014-01-04 14:32       ` Conor Williams
  2014-01-04 19:40         ` erik quanstrom
  0 siblings, 1 reply; 10+ messages in thread
From: Conor Williams @ 2014-01-04 14:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

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


On Sat, 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
>
>
>

[-- Attachment #2: Type: text/html, Size: 891 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 14:32       ` Conor Williams
@ 2014-01-04 19:40         ` erik quanstrom
  2014-01-05  5:56           ` Conor Williams
  0 siblings, 1 reply; 10+ messages in thread
From: erik quanstrom @ 2014-01-04 19:40 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] ssh: non standard port
  2014-01-04 19:40         ` erik quanstrom
@ 2014-01-05  5:56           ` Conor Williams
  0 siblings, 0 replies; 10+ messages in thread
From: Conor Williams @ 2014-01-05  5:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

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 <quanstro@quanstro.net>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
>
>

[-- Attachment #2: Type: text/html, Size: 3943 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-05  5:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04 11:43 [9fans] ssh: non standard port Conor Williams
2014-01-04 11:49 ` erik quanstrom
2014-01-04 12:07   ` Conor Williams
2014-01-04 12:25     ` erik quanstrom
2014-01-04 13:46 ` Charles Forsyth
2014-01-04 14:09   ` Conor Williams
2014-01-04 14:18     ` Anthony Sorace
2014-01-04 14:32       ` Conor Williams
2014-01-04 19:40         ` erik quanstrom
2014-01-05  5:56           ` Conor Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).