! enable ssh on pc6248 ! can copy this script to the switch using tftp: ! copy tftp://IP/DIR/enable-ssh.scr script enable-ssh.scr ! then execute it from command line: ! script apply enable-ssh.scr ! or, just issue these commands manually... note that key generation ! itself does not seem to be allowed from script? ! Tom Rockwell Aug, 2011 ! show existing config show ip ssh show crypto key mypubkey ! config mode configure ! rsa key - can not be done from script? !crypto key generate rsa ! dsa key - can not be done from script? !crypto key generate dsa ! turn ssh server on ip ssh server ! can enable set 1 or 2, but don't know how to set default of 1 and 2. ! this doesn't show in saved config. !ip ssh protocol 2 ! turn telnet server off, access via telnet will end ip telnet server disable exit