03-09-2012 01:39 PM - edited 03-07-2019 05:28 AM
So I'm new at using a mac laptop when configuring a Cisco switch. The command used:
ssh switch.work.com - l username
I'm then prompted for password but it's not accepting my credentials. I've tested this using putty on my Windows machine and I know they work. Is there an alternative program to Putty, preferably freeware? Or am I doing something wrong. Please know I'm new to macs, so bare with me.
Solved! Go to Solution.
03-12-2012 05:13 PM
You could try to put it in " " or escape the symbol:
"$username@host"
OR
\$username@host
OR
"\$username@host"
I'm not sure if any of these will work though...
03-09-2012 01:42 PM
Hi,
maybe you could try
Sure that your Putty is using SSH?
regards,
Dirk
03-09-2012 02:14 PM
Tried that no luck. Yes using SSH at port 22
03-09-2012 02:18 PM
Mhh,...
which version von SSH are you using? Either Putty and MAC.
did you try:
debug ip ssh
show ssh
Maybe this can solve your problem
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml
regards,
Dirk
03-09-2012 02:25 PM
So I'm running ssh 2.0 and also noticed when I logged in using putty I was prompted to allow the rsa fingerprint. Does the Mac not ask for this?
03-09-2012 02:28 PM
what version of mac OS are you on? not all versions come with a built in ssh that negotiates version very well.
you can force a particular ssh version from the mac using
ssh -1 username@hostname
ssh -2 username@hostname
Cheers,
Mike
03-09-2012 02:52 PM
Apple OSX 10.6.8 and the commands above didn't do anything either.
03-09-2012 02:55 PM
Can you paste your config? Starting
!
line vty 0 ...
Dirk
Sent from Cisco Technical Support iPhone App
03-12-2012 03:33 PM
ok,
Figured it out and hoping there's a workaround. My account has a symbol in front of it such as #username or $username.
03-12-2012 05:13 PM
You could try to put it in " " or escape the symbol:
"$username@host"
OR
\$username@host
OR
"\$username@host"
I'm not sure if any of these will work though...
03-13-2012 01:47 PM
This did it. Thanks everyone
\$username@host
03-13-2012 02:00 PM
Awesome Thanks for the rating!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide