MCPcopy Index your code
hub / github.com/Juniper/netconf-java / password

Method password

src/main/java/net/juniper/netconf/Device.java:229–232  ·  view source on GitHub ↗

Sets the password used for password‑based SSH authentication. Ignored if #keyBasedAuth(String) is used instead. @param password login password @return this Builder for fluent chaining

(String password)

Source from the content-addressed store, hash-verified

227 * @return this {@code Builder} for fluent chaining
228 */
229 public Builder password(String password) {
230 this.password = password;
231 return this;
232 }
233
234 /**
235 * Enables key‑based SSH authentication and sets the path to the PEM

Calls

no outgoing calls