Does Terminal have the ability to login to a Linux box? I need to keep track of our Linux-based sendmail servers, and I wanted to know if I could do it via Terminal, or is there 3rd party software I need.
LeeTom said:Absolutely!
Are you logging in with ssh? If so, just do this:
# ssh -l username host.com
Lee Tom
LeeTom said:Take a look at my first post, the syntax for logging in with a different username is in it.
Lee Tom