Coder Social home page Coder Social logo

Comments (3)

jwcooper avatar jwcooper commented on August 22, 2024

These are next up on the list (and the SSH key one). :) I think what I'm going to do is check git config for those settings, and if they are set already, move on, but if they aren't, have an overlay pop when first visiting the editor. I can pre-fill the fields with their bitbucket email and username, but I don't want to automatically fill it in, as that seems a little heavy-handed.

I believe I can add bitbucket to the known_hosts file at startup as well. I need to do a bit more research on that though.

Looks like ssh-keyscan is the way to go with known_hosts:
http://serverfault.com/questions/132970/can-i-automatically-add-a-new-host-to-known-hosts

from adafruit-webide.

ladyada avatar ladyada commented on August 22, 2024

the email/user is not a big deal. just saw it complain. i do think we should have a 'user name' to make it a little more friendly/identifiable. eg. "Welcome Tyler" or "Welcome Phil" somewhere so people know its their computer (in classrooms this could be an issue) - but thats a future feature

from adafruit-webide.

jwcooper avatar jwcooper commented on August 22, 2024

The known_hosts issue is fixed now.

I added this to the ssh config when generating ssh keys (in addition to the other stuff in the other issue):
StrictHostKeyChecking no

That auto-adds bitbucket to the known_hosts file.

from adafruit-webide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.