mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-30 06:37:42 +00:00
fix: 修复策略名错误的问题.
(忘记改了)修复错误的策略名: inquiry -> confirm.
This commit is contained in:
parent
3e82419d1d
commit
3287a139d0
@ -12,5 +12,5 @@ oracle:
|
|||||||
identityPath: './config/ssh-auth.json'
|
identityPath: './config/ssh-auth.json'
|
||||||
firstConnection:
|
firstConnection:
|
||||||
# 首次连接认证策略
|
# 首次连接认证策略
|
||||||
# 支持 inquiry(询问) accept(接受) reject(拒绝)
|
# 支持 confirm(询问) accept(接受) reject(拒绝)
|
||||||
authenticationPolicy: 'inquiry'
|
authenticationPolicy: 'confirm'
|
||||||
|
Loading…
Reference in New Issue
Block a user