From mboxrd@z Thu Jan 1 00:00:00 1970 References: <5FE01229-2240-4DBA-AFBE-81EE49B33507@ar.aichi-u.ac.jp> From: steve Content-Type: text/plain; charset=us-ascii In-Reply-To: <5FE01229-2240-4DBA-AFBE-81EE49B33507@ar.aichi-u.ac.jp> Message-Id: <5FBD1E6E-38D6-4129-9CFE-F544E8F5498F@quintile.net> Date: Sun, 26 May 2013 14:48:07 +0100 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: [9fans] ssh to osx Topicbox-Message-UUID: 5c8fbab4-ead8-11e9-9d60-3106f5b1d025 the mac only enables "keyboard interactive" auth and not "password" auth, these are very similar but different. you need to an option in a config file= on the mac to enable password auth. i have done this on my mac, but to be honest i cannot remember what i did. i found it on google somewhere and i am sure you will too. perhaps you will be more through than i was and add a wiki entry when you work it out. -Steve On 26 May 2013, at 12:25, arisawa wrote: > Hello, >=20 > thanks to geoff and others, we can now connect to linux using ssh in offic= ial distribution from bell-labs. >=20 > term% ssh -r arisawa@hebe > Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-38-generic-pae i686) >=20 > * Documentation: https://help.ubuntu.com/ >=20 > Last login: Sun May 26 11:00:17 2013 from maia.local > hebe$=20 >=20 > where hebe is one of my linux host. >=20 > however I don't succeed yet in connecting to Mac using the ssh. >=20 > term% ssh -r arisawa@mmac > ssh: auth ctl msg `ssh-userauth k arisawa ' for /net/ssh/clone: s= sh-userath auth failed (not Established) >=20 > where mmac is mac mini that runs on osx/lion.=20 > ssh server of mmac is working as shown below. >=20 > hebe$ ssh arisawa@mmac > The authenticity of host 'mmac (192.168.1.7)' can't be established. > RSA key fingerprint is 80:0a:fc:62:42:e1:22:5b:81:ee:2d:21:b2:bc:ee:75. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'mmac,192.168.1.7' (RSA) to the list of known h= osts. > Password: > Last login: Thu May 23 06:55:11 2013 > -bash$=20 >=20 > I don't understand the difference of ssh server between linux and osx. > any suggestion is welcome. > anyone get connected to mac using ssh of Plan9? >=20 > Kenji Arisawa >=20