Gaia OS ‘de Expert modu parolası nasıl sıfırlanır

Ürün: Security Gateway, Security Management
Versiyon: R75.40, R75.40VS, R75.45, R75.46, R76
OS: Gaia
Platform / Model: Hepsi

Semptomlar:

  • Expert modu parolası unutulduğunda veya kaybolduğunda. Kullanıcı sadece CLISH içine giriş yapabiliyor.

Çözüm:

Aşağıdaki adımları izleyiniz:

  1. Gaia makinesi üzerinde CLI ile (SSH veya konsol kullanarak) bağlanın.
  2. Bir adminRole yetkisine sahip kullanıcı ile CLISH’e bağlanınız. ( monitorRole kullanıcısı yeterli yetkilere sahip değildir.)
  3. CLISH şifresinin hash dosyasını bulunuz:
    HostName> show configuration
  4. Sonuna bir satır buna benzer şekilde olacaktır:
    set user USERNAME password-hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0
  5. Set the hash of the CLISH password to be the hash of the Expert mode password:
    HostName> set expert-password hash HASH_of_CLISH_PASSWORD
  6. Örneğimizde göre:
    HostName> set expert-password hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0
  7. Konfigürasyonu kaydetmek:
    HostName> save config
  8. Set Yeni Expert mod şifresi ayarlamak:
    HostName> set expert-password plainEnter current expert password: type the current CLISH password
    Enter new expert password:
    Enter new expert password (again):
  9. Konfigürasyonu kaydetmek:
    HostName> save config