Live data from Hacker News

Show HN: Shittp – Volatile Dotfiles over SSH

github.com

11–20 of 97 posts

Re: Show HN: Shittp – Volatile Dotfiles over SSH

#13
How about mounting your dotfiles directory (~/.config) or even your entire home directory on the remote system using SSHFS or NFS? I'm sure somebody would have tried it or some project may already exist. Any idea why that isn't as prevalent as copying your dotfiles over?

Re: Show HN: Shittp – Volatile Dotfiles over SSH

#16
post #13

How about mounting your dotfiles directory (~/.config) or even your entire home directory on the remote system using SSHFS or NFS? I'm sure somebody would have tried it or some project may already exist. Any idea why that isn't as prevalent as copying your dotfiles over?

This would enable a lot of attacks.

Re: Show HN: Shittp – Volatile Dotfiles over SSH

#17
post #16
post #13

How about mounting your dotfiles directory (~/.config) or even your entire home directory on the remote system using SSHFS or NFS? I'm sure somebody would have tried it or some project may already exist. Any idea why that isn't as prevalent as copying your dotfiles over?

This would enable a lot of attacks.

Could you elaborate?

Re: Show HN: Shittp – Volatile Dotfiles over SSH

#18
This reminds me - in a previous company I worked at, we had a bunch of old firewalls and switches that ran SSH servers without support for modern key exchange algorithms etc

One of the engineers wrote a shell alias called “shitssh”, which would call ssh with the right options to allow the old crufty crypto algorithms to be used. This alias got passed down to new members of the team like a family heirloom.

Re: Show HN: Shittp – Volatile Dotfiles over SSH

#20
I wonder why are dofiles have to be on remote machines?

e.g. I type an alias, the ssh client expands it on my local machine and send complex commands to remote. Could this be possible?

I suppose a special shell could make it work.

Post reply on HN