You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,12 +135,13 @@ Refer to the [sample_playboook](https://github.com/netscaler/ansible-collection-
135
135
### SSH Connection Plugin
136
136
137
137
The collection provides an SSH connection plugin (`netscaler.adc.ssh_netscaler_adc`) that enables direct SSH connectivity to NetScaler ADC devices for executing shell commands and CLI operations.
138
+
The collection supports both SSH key-based authentication and SSH password based authentication.
138
139
139
140
#### Prerequisites
140
141
141
-
- SSH key-based authentication must be configured
142
-
- SSH access to the NetScaler ADC device
143
-
- Private SSH key file available on the control machine
142
+
- SSH access to the NetScaler ADC device.
143
+
- Private SSH key file available on the control machine (required when using SSH key-based authentication). Refer [Configure SSH key-based authentication](https://docs.netscaler.com/en-us/citrix-adc/current-release/system/authentication-and-authorization-for-system-user/ssh-key-based-authentication-for-system-users.html#configure-ssh-key-based-authentication-for-the-netscaler-local-system-users-by-using-cli)
144
+
- SSH username and password (required when using SSH password based authentication).
0 commit comments