Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rtparies

macrumors newbie
Original poster
May 11, 2017
11
2
hello, i am moving from windoze to macos.
One thing i can not seem to find is an equivalent for is SSH Secure Shell.
This ssh windows client allows me to save all the different hosts i ssh to.

iterm can kind of do it, but if i am connecting to an ip it does not allow me to label the connection.

I also tried iterm2 ,but it does not appear to have anything like that either.

thanks for any help
 
I use the built in Terminal and have written scripts to connect to the hosts I want to connect to.
 
If you are looking for a commercial option, you can try SecureCRT from VanDyke technologies. They have clients for Windows, Mac, and Linux. You can organize and label sessions in many ways. Their clients contain an impressive array of features.
 
You can also make host aliases, in a sense, in the ssh client config file. Configure them in the ~/.ssh/config file.

Code:
Host r
Hostname r.test.org
user myname

Host s
Hostname s.other.org
user othername

Then you can use 'ssh r' or 'ssh s'.
 
  • Like
Reactions: chown33
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.