HackerTrans
トップ新着トレンドコメント過去質問紹介求人

emilehere

no profile record

投稿

Show HN: A drop-in for "SSH" that can save connection to SSH config file

github.com
4 ポイント·投稿者 emilehere·昨年·3 コメント

コメント

emilehere
·昨年·議論
Eh depends. I found myself in a situation where I was connecting to a changing set of servers quite frequently, which is why I built it. But perhaps I'm the outlier!
emilehere
·昨年·議論
https://github.com/pokulabs/twilio-frontend

I threw together a UI for sending & receiving Twilio SMS messages. Was surprised by the lack of free options, FOSS or otherwise.
emilehere
·2 年前·議論
After having executed an involved ssh connection, my brain often opts to keep working on whatever I needed to use that remote machine for, instead of switching context and saving the details in ~/.ssh/config, even if I expect to use the connection details again.

So I understand the desire to manage both of those tasks, connecting and persisting, from one tool. I wrote a similar little utility that does this by adding a persist option to built-in ssh. https://github.com/emileindik/slosh