Live data from Hacker News

Show HN: Invite friends to SSH into your laptop using their GitHub handle

gravitational.com

1–10 of 105 posts

Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle

#7
Would be neat if having done

    teleconsole -i other_users_github_id
my teleconsole session ID would be sent to server along with my Github ID (optionally other user's too) so that they could

    teleconsole -j my_github_id
to join instead of having to share session ID and fumble around with that.

No more/less secure that I can see, but it would be more convenient.

Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle

#8
post #4

I'm guessing the SSH session between me and my friend is not encrypted end-to-end because of proxies and what not in between?

It is properly encrypted:

Your machine, being an SSH server, gets to decide who can login. The encryption works just with any normal SSH session: between the end user and the server (your machine).

The cloud bridge running on https://teleconsole.com simply acts as a proxy connecting sockets between two users who are behind NAT (without being able to decrypt).

Disclaimer: I'm the author of Teleconsole. [edit: formatting]

Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle

#10
> ssh-import-I'd gh:my-gh-name

That little command will pull down your GitHub public keys and add them to authorized key file for the user who runs it. Great for setting up new computers. I run it on boot-time for imbedded devices so that I can always access them.

Post reply on HN