New ask Hacker News story: Ask HN: Why is there no native SSH hook to run a local command before connecting
Ask HN: Why is there no native SSH hook to run a local command before connecting
5 by tetris11 | 1 comments on Hacker News.
The `LocalCommand` parameter only runs a command on the local machine after the connection is established. Is there no pre-connection hook? My use case is simply that I do port knocking to expose my ssh port, and want this working automatically at the SSH config level so that I can use it transparently from other utilities (e.g. Ansible inventory, Emacs over TRAMP)
5 by tetris11 | 1 comments on Hacker News.
The `LocalCommand` parameter only runs a command on the local machine after the connection is established. Is there no pre-connection hook? My use case is simply that I do port knocking to expose my ssh port, and want this working automatically at the SSH config level so that I can use it transparently from other utilities (e.g. Ansible inventory, Emacs over TRAMP)
Comments
Post a Comment