Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-30 Thread Alvaro Miranda Aguilera
hello

22 in the guest gets map to  on the host

the port 22 is ssh protocol so you can connect to the port  using a ssh
protocol client

a web browser is not an ssh client

you can use the web browser to talk to a web server

ssh is not the same as https

Alvaro.

On Tue, Jan 30, 2018 at 12:20 PM, Mohamed Hamed 
wrote:

> Dear Srs,
>
> I have to install vagrant in centos 7.
>
> See attached image.
>
> When access http://127.0.0.1:/
>
> Return this message ...
>
> *SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
> Protocol mismatch.*
>
>
> How to fix this problem?
>
>
> Best Regards,
>
>
>
> On Mon, Jan 29, 2018 at 8:04 PM, Alvaro Miranda Aguilera <
> kiki...@gmail.com> wrote:
>
>> you just reply to a 2015 email, i doubt the issue is near close
>>
>> can you send a new email and describe
>>
>> what you want to do
>> what is not working
>> what files are you using
>> what errors you get what do you see
>>
>> etc, any information that can help to understand
>>
>>
>> Thanks
>>
>>
>> On Mon, Jan 29, 2018 at 1:34 PM, Mohamed Hamed <
>> moham...@motahidagroup.com> wrote:
>>
>>> Dear Alvaro
>>>
>>> i have to install openio on vagrant so i have the same problem can you
>>> help me to solve this problem ..
>>>
>>> i don't know what is your meaning  can i Share your Vagrantfile 
>>>
>>>
>>> On Friday, September 18, 2015 at 6:07:25 AM UTC+2, Alvaro Miranda
>>> Aguilera wrote:

 Hello

 That happen when you use the wrong port in the browser.

  usually is for SSH, so you can use ssh localhost 

 you need to create a port forward for http or https and use that
 http/https port with the browser.

 Share your Vagrantfile and I can tell you if you are missing that or
 not.

 Thanks
 Alvaro.

 On Tue, Sep 15, 2015 at 10:10 PM, Gin Lance 
 wrote:
 > have you solved this problem?
 >
 > On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim
 wrote:
 >>
 >> Dear Srs,
 >>
 >> I install vagrant in Windows 8.
 >>
 >> See attached image.
 >>
 >> When access http://127.0.0.1:/
 >>
 >> Return this message ...
 >>
 >> SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
 >> Protocol mismatch.
 >>
 >>
 >> How to fix this problem?
 >>
 >>
 >> Best Regards,
 >>
 >>
 >> Marcelo Amorim
 >
 > --
 > This mailing list is governed under the HashiCorp Community
 Guidelines -
 > https://www.hashicorp.com/community-guidelines.html. Behavior in
 violation
 > of those guidelines may result in your removal from this mailing
 list.
 >
 > GitHub Issues: https://github.com/mitchellh/vagrant/issues
 > IRC: #vagrant on Freenode
 > ---
 > You received this message because you are subscribed to the Google
 Groups
 > "Vagrant" group.
 > To unsubscribe from this group and stop receiving emails from it,
 send an
 > email to vagrant-up+...@googlegroups.com.
 > To view this discussion on the web visit
 > https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-4
 4e1-ad8b-e5432ec719c1%40googlegroups.com.
 > For more options, visit https://groups.google.com/d/optout.

>>> --
>>> This mailing list is governed under the HashiCorp Community Guidelines -
>>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>>> violation of those guidelines may result in your removal from this mailing
>>> list.
>>>
>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>> IRC: #vagrant on Freenode
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Vagrant" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to vagrant-up+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/vagrant-up/edeb7c18-7ceb-43db-8f16-13c780296416%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Alvaro
>>
>> --
>> This mailing list is governed under the HashiCorp Community Guidelines -
>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>> violation of those guidelines may result in your removal from this mailing
>> list.
>>
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Vagrant" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/vagrant-up/qLaQcbsVNrs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> vagrant-up+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 

Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-30 Thread Mohamed Hamed
Dear Srs,

I have to install vagrant in centos 7.

See attached image.

When access http://127.0.0.1:/

Return this message ...

*SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
Protocol mismatch.*


How to fix this problem?


Best Regards,



On Mon, Jan 29, 2018 at 8:04 PM, Alvaro Miranda Aguilera 
wrote:

> you just reply to a 2015 email, i doubt the issue is near close
>
> can you send a new email and describe
>
> what you want to do
> what is not working
> what files are you using
> what errors you get what do you see
>
> etc, any information that can help to understand
>
>
> Thanks
>
>
> On Mon, Jan 29, 2018 at 1:34 PM, Mohamed Hamed  > wrote:
>
>> Dear Alvaro
>>
>> i have to install openio on vagrant so i have the same problem can you
>> help me to solve this problem ..
>>
>> i don't know what is your meaning  can i Share your Vagrantfile 
>>
>>
>> On Friday, September 18, 2015 at 6:07:25 AM UTC+2, Alvaro Miranda
>> Aguilera wrote:
>>>
>>> Hello
>>>
>>> That happen when you use the wrong port in the browser.
>>>
>>>  usually is for SSH, so you can use ssh localhost 
>>>
>>> you need to create a port forward for http or https and use that
>>> http/https port with the browser.
>>>
>>> Share your Vagrantfile and I can tell you if you are missing that or
>>> not.
>>>
>>> Thanks
>>> Alvaro.
>>>
>>> On Tue, Sep 15, 2015 at 10:10 PM, Gin Lance 
>>> wrote:
>>> > have you solved this problem?
>>> >
>>> > On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim
>>> wrote:
>>> >>
>>> >> Dear Srs,
>>> >>
>>> >> I install vagrant in Windows 8.
>>> >>
>>> >> See attached image.
>>> >>
>>> >> When access http://127.0.0.1:/
>>> >>
>>> >> Return this message ...
>>> >>
>>> >> SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
>>> >> Protocol mismatch.
>>> >>
>>> >>
>>> >> How to fix this problem?
>>> >>
>>> >>
>>> >> Best Regards,
>>> >>
>>> >>
>>> >> Marcelo Amorim
>>> >
>>> > --
>>> > This mailing list is governed under the HashiCorp Community Guidelines
>>> -
>>> > https://www.hashicorp.com/community-guidelines.html. Behavior in
>>> violation
>>> > of those guidelines may result in your removal from this mailing list.
>>> >
>>> > GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>> > IRC: #vagrant on Freenode
>>> > ---
>>> > You received this message because you are subscribed to the Google
>>> Groups
>>> > "Vagrant" group.
>>> > To unsubscribe from this group and stop receiving emails from it, send
>>> an
>>> > email to vagrant-up+...@googlegroups.com.
>>> > To view this discussion on the web visit
>>> > https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-4
>>> 4e1-ad8b-e5432ec719c1%40googlegroups.com.
>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> This mailing list is governed under the HashiCorp Community Guidelines -
>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>> violation of those guidelines may result in your removal from this mailing
>> list.
>>
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to vagrant-up+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/vagrant-up/edeb7c18-7ceb-43db-8f16-13c780296416%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Alvaro
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/vagrant-up/qLaQcbsVNrs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/CAHqq0ez%2B0tk0uQ3K4H3CKLQ7sEYoYZVyxv4E
> JkQ6EszT5%3D%3DHpg%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best Wishes

Mohamed Hamed

Al-Motahida Education Group

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 

Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-29 Thread Alvaro Miranda Aguilera
you just reply to a 2015 email, i doubt the issue is near close

can you send a new email and describe

what you want to do
what is not working
what files are you using
what errors you get what do you see

etc, any information that can help to understand


Thanks


On Mon, Jan 29, 2018 at 1:34 PM, Mohamed Hamed 
wrote:

> Dear Alvaro
>
> i have to install openio on vagrant so i have the same problem can you
> help me to solve this problem ..
>
> i don't know what is your meaning  can i Share your Vagrantfile 
>
>
> On Friday, September 18, 2015 at 6:07:25 AM UTC+2, Alvaro Miranda Aguilera
> wrote:
>>
>> Hello
>>
>> That happen when you use the wrong port in the browser.
>>
>>  usually is for SSH, so you can use ssh localhost 
>>
>> you need to create a port forward for http or https and use that
>> http/https port with the browser.
>>
>> Share your Vagrantfile and I can tell you if you are missing that or not.
>>
>> Thanks
>> Alvaro.
>>
>> On Tue, Sep 15, 2015 at 10:10 PM, Gin Lance 
>> wrote:
>> > have you solved this problem?
>> >
>> > On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim
>> wrote:
>> >>
>> >> Dear Srs,
>> >>
>> >> I install vagrant in Windows 8.
>> >>
>> >> See attached image.
>> >>
>> >> When access http://127.0.0.1:/
>> >>
>> >> Return this message ...
>> >>
>> >> SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
>> >> Protocol mismatch.
>> >>
>> >>
>> >> How to fix this problem?
>> >>
>> >>
>> >> Best Regards,
>> >>
>> >>
>> >> Marcelo Amorim
>> >
>> > --
>> > This mailing list is governed under the HashiCorp Community Guidelines
>> -
>> > https://www.hashicorp.com/community-guidelines.html. Behavior in
>> violation
>> > of those guidelines may result in your removal from this mailing list.
>> >
>> > GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> > IRC: #vagrant on Freenode
>> > ---
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "Vagrant" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to vagrant-up+...@googlegroups.com.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-
>> 44e1-ad8b-e5432ec719c1%40googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/edeb7c18-7ceb-43db-8f16-13c780296416%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ez%2B0tk0uQ3K4H3CKLQ7sEYoYZVyxv4EJkQ6EszT5%3D%3DHpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2018-01-29 Thread Mohamed Hamed
Dear Alvaro

i have to install openio on vagrant so i have the same problem can you help 
me to solve this problem ..

i don't know what is your meaning  can i Share your Vagrantfile 


On Friday, September 18, 2015 at 6:07:25 AM UTC+2, Alvaro Miranda Aguilera 
wrote:
>
> Hello 
>
> That happen when you use the wrong port in the browser. 
>
>  usually is for SSH, so you can use ssh localhost  
>
> you need to create a port forward for http or https and use that 
> http/https port with the browser. 
>
> Share your Vagrantfile and I can tell you if you are missing that or not. 
>
> Thanks 
> Alvaro. 
>
> On Tue, Sep 15, 2015 at 10:10 PM, Gin Lance  > wrote: 
> > have you solved this problem? 
> > 
> > On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim wrote: 
> >> 
> >> Dear Srs, 
> >> 
> >> I install vagrant in Windows 8. 
> >> 
> >> See attached image. 
> >> 
> >> When access http://127.0.0.1:/ 
> >> 
> >> Return this message ... 
> >> 
> >> SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 
> >> Protocol mismatch. 
> >> 
> >> 
> >> How to fix this problem? 
> >> 
> >> 
> >> Best Regards, 
> >> 
> >> 
> >> Marcelo Amorim 
> > 
> > -- 
> > This mailing list is governed under the HashiCorp Community Guidelines - 
> > https://www.hashicorp.com/community-guidelines.html. Behavior in 
> violation 
> > of those guidelines may result in your removal from this mailing list. 
> > 
> > GitHub Issues: https://github.com/mitchellh/vagrant/issues 
> > IRC: #vagrant on Freenode 
> > --- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Vagrant" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to vagrant-up+...@googlegroups.com . 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-44e1-ad8b-e5432ec719c1%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/edeb7c18-7ceb-43db-8f16-13c780296416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2015-09-17 Thread Alvaro Miranda Aguilera
Hello

That happen when you use the wrong port in the browser.

 usually is for SSH, so you can use ssh localhost 

you need to create a port forward for http or https and use that
http/https port with the browser.

Share your Vagrantfile and I can tell you if you are missing that or not.

Thanks
Alvaro.

On Tue, Sep 15, 2015 at 10:10 PM, Gin Lance  wrote:
> have you solved this problem?
>
> On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim wrote:
>>
>> Dear Srs,
>>
>> I install vagrant in Windows 8.
>>
>> See attached image.
>>
>> When access http://127.0.0.1:/
>>
>> Return this message ...
>>
>> SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
>> Protocol mismatch.
>>
>>
>> How to fix this problem?
>>
>>
>> Best Regards,
>>
>>
>> Marcelo Amorim
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-44e1-ad8b-e5432ec719c1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezKNRjwzbAHk9M%2Bo8H6Fjgj_%3D9EAE-eARBH_jOBrrMSNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[vagrant-up] Re: SSH-2.0-OpenSSH - Protocol mismatch.

2015-09-15 Thread Gin Lance
have you solved this problem? 

On Thursday, January 15, 2015 at 9:38:17 AM UTC+8, Marcelo Amorim wrote:
>
> Dear Srs,
>
> I install vagrant in Windows 8.
>
> See attached image.
>
> When access http://127.0.0.1:/
>
> Return this message ...
>
> *SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
> Protocol mismatch.*
>
>
> How to fix this problem?
>
>
> Best Regards,
>
>
> Marcelo Amorim
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/52fc8b7a-aa7e-44e1-ad8b-e5432ec719c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.