I am trying to configure SSH on a group of switches via CIRRUS. My issue is when the switch prompts me for input my script does not reply with my response. Is there something special I have to do to get this to work? My script is as follows:
config t
ip domain-name test.com
crypto key generate rsa
1024
end
wr