|
@@ -155,7 +155,7 @@ var SSHCertificates = map[string][]byte{
|
|
|
// Generated by the following commands:
|
|
// Generated by the following commands:
|
|
|
//
|
|
//
|
|
|
// 1. Assumes "rsa" key above in file named "rsa", write out the public key to "rsa.pub":
|
|
// 1. Assumes "rsa" key above in file named "rsa", write out the public key to "rsa.pub":
|
|
|
- // ssh-keygen -y -f rsa > rsa.pu
|
|
|
|
|
|
|
+ // ssh-keygen -y -f rsa > rsa.pub
|
|
|
//
|
|
//
|
|
|
// 2. Assumes "ca" key above in file named "ca", sign a cert for "rsa.pub":
|
|
// 2. Assumes "ca" key above in file named "ca", sign a cert for "rsa.pub":
|
|
|
// ssh-keygen -s ca -h -n host.example.com -V +500w -I host.example.com-key rsa.pub
|
|
// ssh-keygen -s ca -h -n host.example.com -V +500w -I host.example.com-key rsa.pub
|