7

I want to be able to use Home, End and Delete keys when using PuTTY to access the CLI on my Cisco ASAs. Currently when I use these keys I see the ~ character.

I have tried changing the PuTTY session Keyboard setting for Home and End from Standard to rxvt - this resulted in Delete giving ~, Home doing nothing at all, and End giving w.

Is it possible to get my keyboard to behave?

I have this all working fine for connections to Linux, but not Cisco devices.

dunxd
  • 9,482
  • 21
  • 80
  • 117

3 Answers3

7

In the ASA CLI your home, end and delete functions are replaced by:
Ctrl+A home
Ctrl+E end
Ctrl+D delete

resmon6
  • 1,342
  • 6
  • 8
1

Set Terminal > Keyboard > The function keys and keypad to "SCO"

Lisur
  • 11
  • 1
-1

Try to change the "Terminal-type string" value to linux or putty in putty session settings (Connection -> Data -> Terminal-type string).

Max Kochubey
  • 1,191
  • 6
  • 8
  • Neither option makes any difference when accessing my Cisco devices. I still get ~ for End, Home, and Delete. – dunxd Jun 27 '12 at 15:29