---
title: "Script-Login"
canonical: "https://docs.infoblox.com/space/NCSG/23200002/Script-Login"
format: markdown
---
**Used** **In:** Script sections

**Status:** Optional

The `Script-Login` attribute is available in the Script header section for both CCS and Perl scripts. This attribute specifies whether the job engine should automatically establish a connection with the target device. The only valid values for this attribute are "true" or "false". Should the `Script-Logi`n attribute not be specified, the value defaults to "true". You will note that most CCS scripts in NetMRI do not use this attribute, ensuring that NetMRI uses the credentials in its database to log in to the target devices.

For CCS scripts, the value is respected. That is, if the value is "true", a connection will automatically be established with the target device. If the value is "false", no connection is established with the target device.

**Example**

`Script-Login: `

`false`