truckerDave
Well-Known Member
Hello everyone,
What I want to do I feel should be easy to accomplish. I'm just not fluent enough with Linux yet to know what terms I need to search for.
I have 5 computers that I am accessing via SSH on a somewhat regular basis. I would like a way where I can click on an icon/link on my Mint box and open a new terminal window that automatically connects to whatever PC that icon/link is assigned. Currently, I have a text document with all 5 of the
Could one do this with a bash? Know of any web links that would be a good place to start?
What I want to do I feel should be easy to accomplish. I'm just not fluent enough with Linux yet to know what terms I need to search for.
I have 5 computers that I am accessing via SSH on a somewhat regular basis. I would like a way where I can click on an icon/link on my Mint box and open a new terminal window that automatically connects to whatever PC that icon/link is assigned. Currently, I have a text document with all 5 of the
ssh user@<IP_address
commands so I can remember which IP is which computer. And I can cut and paste them when I'm feeling lazy. Which is most of the time 
Could one do this with a bash? Know of any web links that would be a good place to start?