ssh whoami.filippo.io
words.filippo.io
ssh whoami.filippo.io
1–10 of 90 posts
Re: ssh whoami.filippo.io
#2Re: ssh whoami.filippo.io
#3I don't know whether this is clever or not. But it ID'd me from my Github account public keys.
age (another tool of Filippo's) leverages this to make encrypting to any GitHub user easy[1].
[1]: https://github.com/FiloSottile/age#encrypting-to-a-github-us...
Re: ssh whoami.filippo.io
#4Re: ssh whoami.filippo.io
#5I don't know whether this is clever or not. But it ID'd me from my Github account public keys.
I think it's pretty clever, and demonstrates something very powerful about GitHub's position as de facto global code repository: you can get a strong cryptographic identity for (almost) anyone on the service, which you can then sign/encrypt to, verify for, etc. age (another tool of Filippo's) leverages this to make encrypting to any GitHub user easy[1]. [1]: https://github.com/FiloSottile/age#encrypting-to-a-github-u…
I made https://sshign.tcardenas.me/ to take advantage of this. For example: [1]
In the end, it isn't that useful. I only routinely sign digitally to deal with the (Spanish) government, and they provide their own certificates and software to do that.
[1] https://sshign.tcardenas.me/?signer=github.com%2Ftcard&messa...
Re: ssh whoami.filippo.io
#6 $ ssh whoami.filippo.io
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ED25519 host key for whoami.filippo.io has changed
I guess I've tried this beforeRe: ssh whoami.filippo.io
#7 Host *
PubkeyAuthentication no
Put that at the bottom of the file, then turn back on for each host: Host site.com
PubkeyAuthentication yesRe: ssh whoami.filippo.io
#8Re: ssh whoami.filippo.io
#9[flagged]
That's why they're called "public".
Re: ssh whoami.filippo.io
#10I don't know whether this is clever or not. But it ID'd me from my Github account public keys.