Create different ssh key according the article Generating SSH keys.
Example:
Create different ssh key according the article Generating SSH keys.
Example:
| grub> ls | |
| # (hd0) (hd0,msdos5) (hd1) (hd1,msdos0) | |
| grub> linux (hd1,msdos1)/install/vmlinuz root=/dev/sdb1 | |
| grub> initrd (hd1,msdos1)/install/initrd.gz | |
| grub> boot |