I need to store a large number of accesses to remote machines like '''ssh root@serverIP/DNS''' how do you store such entries and quickly connect to them? I am using macOS Catalina. Extremely grateful to all, thanks.
Asked
Active
Viewed 25 times
0
-
1What do you need to store? Account - server-pairs? Why do you need to store them? How do you plan to use them? A simple text file can work, or you could need a more advanced management system... – vidarlo Nov 08 '22 at 14:56
-
I have a lot of pairs like root@XXX.XXX.XXX.XXX:password. Need quickly access in terminal :) – Gonta Nov 09 '22 at 06:17
-
1You should probably move away from passwords and use key based authentication. Anyway, product recommendation is off topic on this site, so the question will likely be closed.There's a [ton of different connection managers](https://www.google.com/search?q=ssh+connection+manager), so the best tip is probably to try a few and see what works. – vidarlo Nov 09 '22 at 06:33