Tagged Questions
1
vote
4answers
1k views
Is there a secure shell client for Mac similar to Secure CRT for Windows?
I have many servers to manage and I don't want to use Terminal on my Mac to keep and manage server lists.
I want to know if there is a secure shell client for Mac similar to Secure CRT on Windows?
6
votes
4answers
3k views
How do I run a GUI app via SSH?
I'm used to working on Unix/Linux and recently moved to Mac. In used to be able to do this:
derick@linux1:~$ ssh -X linux2
derick@linux2's password:
derick@linux2:~$ xclock
I've install X11 from ...