Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Dworkin Muller
On Mon, 25 Jan 2021 19:08:43 -0800, o...@eigenstate.org wrote: ori> Now, I'm confused. The example just works for me -- and ori> I use ssh to get into my linux and openbsd machines on ori> a daily basis. ori> ori> I also just spun up a FreeBSD 12.1 vm on vultr to test, ori> and it just worked out

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread ori
Quoth Dworkin Muller : > On Tue, 26 Jan 2021 12:24:35 +1030, Alex Musolino wrote: > alex> You're missing the 'role=client' tuple. > > You are exactly correct. Looks like rsa(8) has a bug in its example > for generating and installing a fresh key for a remote Unix system, in > that it says to use

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Dworkin Muller
On Tue, 26 Jan 2021 13:19:07 +1030, Alex Musolino wrote: alex> I'm confused. You're already using ssh to send the new key across. alex> How do you know this new key is actually working? It's probably just alex> using the same authentication mechanism (password?) that allowed the alex> first invo

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Alex Musolino
> You are exactly correct. Looks like rsa(8) has a bug in its example > for generating and installing a fresh key for a remote Unix system, in > that it says to use: > > auth/rsagen -t 'service=ssh' >key > auth/rsa2ssh key | ssh unix 'cat >>.ssh/authorized_keys' > cat key >/mnt/factot

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Alex Musolino
Nevermind. It doesn't matter. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td072863a97c9d3e9-M7475d1a41736a02e67e3842c Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Dworkin Muller
On Tue, 26 Jan 2021 12:24:35 +1030, Alex Musolino wrote: alex> You're missing the 'role=client' tuple. You are exactly correct. Looks like rsa(8) has a bug in its example for generating and installing a fresh key for a remote Unix system, in that it says to use: auth/rsagen -t 'service=ssh'

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Alex Musolino
You're missing the 'role=client' tuple. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td072863a97c9d3e9-M6e96e6354356366203ac231b Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Dworkin Muller
On Mon, 25 Jan 2021 07:52:42 -0800, o...@eigenstate.org wrote: ori> First off, sanity check: are you running ssh in the same ori> namespace as the factotum? ori> ori> Are you using a drawterm factotum, or are you using one ori> started from within your session? ori> ori> you redacted a lot of the

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread ori
Quoth Dworkin Muller : > On Mon, 25 Jan 2021 12:14:01 +, Richard Miller <9f...@hamnavoe.com> wrote: > 9fans> There's a different example in the ssh2(1) man page, which > 9fans> is what works for me. Note the use of rsa2ssh2 instead of > 9fans> auth/rsa2ssh. > > Hmm. This may be part of my con

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Dworkin Muller
On Mon, 25 Jan 2021 12:14:01 +, Richard Miller <9f...@hamnavoe.com> wrote: 9fans> There's a different example in the ssh2(1) man page, which 9fans> is what works for me. Note the use of rsa2ssh2 instead of 9fans> auth/rsa2ssh. Hmm. This may be part of my confusion. There is nothing with ``ss

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-25 Thread David Arroyo
On Tue, Dec 29, 2020, at 18:50, cigar562hfsp952f...@icebubble.org wrote: > It's well-known that 9P has trouble transferring large files (high > volume/high bandwith) over high-latency networks, such as the Internet. >From what I know of 9P, I don't think this is the fault of the protocol itself. I

Re: [9fans] pi3 b+ and 5ghz wifi

2021-01-25 Thread Richard Miller
> was trying to do just that last night on a very old pi3b+ and it seemed > to choke on > > aux/wpa -2p -s SSID_5G /net/ether1 Did you bind '#l1' first? Here's what works for me: term% bind -a '#l1' /net term% aux/wpa -2p -s 1d2e12-5GHz /net/ether1 !Adding key: essid=1d2e12-5GHz proto=wpapsk

Re: [9fans] pi3 b+ and 5ghz wifi

2021-01-25 Thread Pouya Tafti
On Mon, Jan 25, 2021 at 12:09:36PM +, Richard Miller wrote: > > does the pi3 b+ support 5ghz wifi? > > ... > > on the same topic - is 5ghz supported on the pi4 ? > > Yes to both - as regards the hardware. > > I can't recall whether the ether4330 driver tries > to connect to 5ghz channels. You

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread ori
Quoth Dworkin Muller : > On Sun, 24 Jan 2021 22:33:59 -0800, o...@eigenstate.org wrote: > ori> Quoth Dworkin Muller : > ori> > If I have PasswordAuthentication enabled on a remote host (tested on > ori> > MacOS and FreeBSD so far), I can log in to them without any problem. > ori> > However, if I ha

Re: [9fans] getting 9front ssh to use RSA key?

2021-01-25 Thread Richard Miller
> there's an example in the rsa(8) manpage There's a different example in the ssh2(1) man page, which is what works for me. Note the use of rsa2ssh2 instead of auth/rsa2ssh. -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Td072863a97c9d

Re: [9fans] pi3 b+ and 5ghz wifi

2021-01-25 Thread Richard Miller
> does the pi3 b+ support 5ghz wifi? > ... > on the same topic - is 5ghz supported on the pi4 ? Yes to both - as regards the hardware. I can't recall whether the ether4330 driver tries to connect to 5ghz channels. You could experiment by giving your router a separate 5ghz-only SSID and see if you

[9fans] 9p.zone: Public 9P Registry Services

2021-01-25 Thread sirjofri+ml-9fans
Hello all, we haven't announced it here, I believe, so here it is: 9p.zone is a public registry service for 9p services, OS agnostic. This means, it works for Plan 9, 9front, inferno, basically all 9p capable systems can use the registry. The project is public, so it's meant for public services

[9fans] pi3 b+ and 5ghz wifi

2021-01-25 Thread Steve Simon
hi, does the pi3 b+ support 5ghz wifi? i have a feeling it doesn’t but i cannot find a message in 8fans passim which states one way of the other, i understand it will probably be no quicker but i am seeing miserable performance from wifi at the moment which i am fairly sure is due to my neigh