cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1106
Views
0
Helpful
4
Replies

ssh and mac

themcurtis
Level 1
Level 1

this question isn't really about how to set it up but how ssh works on mac os x. i cant enter a user name when using the built in client on os x and can find much out there that helps. does anyone here even use macs?

4 Replies 4

Joe Clarke
Cisco Employee
Cisco Employee

MacOS X uses OpenSSH. There are manpages installed which can give you some usage help:

$ man ssh

To pass a username to SSH, use either the -l option, or the '@' notation. For example:

ssh -l jclarke 10.1.1.1

Or:

ssh jclarke@10.1.1.1

benhanson
Level 1
Level 1

Yes.

there seems to be a limitation with the built in ssh client when it comes to complex name such as the use use of "$name$" does anyone know how to get it to accept these complex names.

and just to note i have been using the -l command

You need to use quotes and '\':

ssh -l "\$name\$" 10.1.1.1

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: