mirror of
https://github.com/rancher/os.git
synced 2025-09-17 23:48:09 +00:00
Show SSH keys and hostname from metadata in 'ros config export'
This commit is contained in:
@@ -18,7 +18,7 @@ func Merge(bytes []byte) error {
|
||||
}
|
||||
|
||||
func Export(private, full bool) (string, error) {
|
||||
rawCfg := loadRawDiskConfig("", full)
|
||||
rawCfg := loadRawConfig("", full)
|
||||
if !private {
|
||||
rawCfg = filterPrivateKeys(rawCfg)
|
||||
}
|
||||
|
Reference in New Issue
Block a user