Re: [beagleboard] Re: Can't connect to Beagelbone Black with mac terminal...

2014-07-25 Thread kyle
Why are you forcing protocol version 1 (-1 parameter)? Since the error message says it can't use protocol 1 why don't you stop trying to to force it? ssh root@192.168.7.2 should be all the command you need. -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Re: Can't connect to Beagelbone Black with mac terminal...

2014-07-24 Thread William Hermans
Any modern ssh client should be able to use either. SO search the web on how to change the ssh protocol version for your ssh client, and do so. On Wed, Jul 23, 2014 at 9:43 PM, Troy Dack wrote: > Remove the -1, or change it to -2 > > I'd guess that the BBB is only supporting SSH Protocol V2 > >

[beagleboard] Re: Can't connect to Beagelbone Black with mac terminal...

2014-07-23 Thread Troy Dack
Remove the -1, or change it to -2 I'd guess that the BBB is only supporting SSH Protocol V2 On Sunday, 20 July 2014 05:46:40 UTC+10, rcr...@mac.com wrote: > > When I enter ssh 192.168.7.2 -1 root I get: Protocol major versions > differ: 1 vs. 2 > > Thoughts? > > -- For more options, visit htt