Show HN: Invite friends to SSH into your laptop using their GitHub handle
1–10 of 105 posts
Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#2Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#3Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#4Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#5Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#6Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#7 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
#8I'm guessing the SSH session between me and my friend is not encrypted end-to-end because of proxies and what not in between?
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
#9Re: Show HN: Invite friends to SSH into your laptop using their GitHub handle
#10That 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.