1
vote
Why does cisco IOS require domain-name to be set before SSH keys can be generated?
You do not need to set "ip domain-name" or "hostname" before creating a key. They are required if you don't name it yourself. Use the following command to name it yourself:
crypt …
0
votes
Automate SSH without using public key authentication or expect(1)
This discussion talks about what you are trying to do:
http://cygwin.com/ml/cygwin/2004-02/msg01449.html
…
