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