[Contents] [Prev] [Next] [Index] [Report an Error]

Logging Out on Disconnect

When you disconnect the console from the router running JUNOS-FIPS, your user account must be automatically logged out for FIPS compliance. This is not the default behavior for JUNOS-FIPS. You must add the log-out-on-disconnect configuration statement:

[edit system]
ports {
console {
log-out-on-disconnect;
}
}

You can configure other options for the console port connection. For more information about console port options, see the JUNOS System Basics Configuration Guide.


[Contents] [Prev] [Next] [Index] [Report an Error]