@@ -91,7 +91,7 @@ <h3 id="writing-ssh-keys-to-files-system">Writing ssh keys to files system</h3>
9191 self.load_from_file_system()
9292
9393 def load_from_file_system(self):
94- """ Load public key and private key from files using private key path and public key path
94+ """Load public key and private key from files using private key path and public key path
9595 e.g
9696 ssh_cl = j.clients.sshkey.get("ssh_test")
9797 ssh_cl.load_from_file_system()
@@ -122,7 +122,7 @@ <h3 id="writing-ssh-keys-to-files-system">Writing ssh keys to files system</h3>
122122
123123 @property
124124 def public_key_path(self):
125- """ Get the public key path
125+ """Get the public key path
126126 e.g
127127 ssh_cl = j.clients.sshkey.get("ssh_test")
128128 ssh_cl.public_key_path -> "/root/.config/jumpscale/sshkeys/tU59lc6P.pub"
@@ -133,7 +133,7 @@ <h3 id="writing-ssh-keys-to-files-system">Writing ssh keys to files system</h3>
133133 return "{}.pub".format(self.private_key_path)
134134
135135 def write_to_filesystem(self):
136- """ Write public key and private key to files using private key path and public key path.
136+ """Write public key and private key to files using private key path and public key path.
137137 e.g
138138 ssh_cl = j.clients.sshkey.get("ssh_test")
139139 ssh_cl.write_to_filesystem()
@@ -204,7 +204,7 @@ <h2 id="args">Args</h2>
204204 self.load_from_file_system()
205205
206206 def load_from_file_system(self):
207- """ Load public key and private key from files using private key path and public key path
207+ """Load public key and private key from files using private key path and public key path
208208 e.g
209209 ssh_cl = j.clients.sshkey.get("ssh_test")
210210 ssh_cl.load_from_file_system()
@@ -235,7 +235,7 @@ <h2 id="args">Args</h2>
235235
236236 @property
237237 def public_key_path(self):
238- """ Get the public key path
238+ """Get the public key path
239239 e.g
240240 ssh_cl = j.clients.sshkey.get("ssh_test")
241241 ssh_cl.public_key_path -> "/root/.config/jumpscale/sshkeys/tU59lc6P.pub"
@@ -246,7 +246,7 @@ <h2 id="args">Args</h2>
246246 return "{}.pub".format(self.private_key_path)
247247
248248 def write_to_filesystem(self):
249- """ Write public key and private key to files using private key path and public key path.
249+ """Write public key and private key to files using private key path and public key path.
250250 e.g
251251 ssh_cl = j.clients.sshkey.get("ssh_test")
252252 ssh_cl.write_to_filesystem()
@@ -448,7 +448,7 @@ <h2 id="returns">Returns</h2>
448448</ summary >
449449< pre > < code class ="python "> @property
450450def public_key_path(self):
451- """ Get the public key path
451+ """Get the public key path
452452 e.g
453453 ssh_cl = j.clients.sshkey.get("ssh_test")
454454 ssh_cl.public_key_path -> "/root/.config/jumpscale/sshkeys/tU59lc6P.pub"
@@ -522,7 +522,7 @@ <h3>Methods</h3>
522522< span > Expand source code</ span >
523523</ summary >
524524< pre > < code class ="python "> def load_from_file_system(self):
525- """ Load public key and private key from files using private key path and public key path
525+ """Load public key and private key from files using private key path and public key path
526526 e.g
527527 ssh_cl = j.clients.sshkey.get("ssh_test")
528528 ssh_cl.load_from_file_system()
@@ -544,7 +544,7 @@ <h3>Methods</h3>
544544< span > Expand source code</ span >
545545</ summary >
546546< pre > < code class ="python "> def write_to_filesystem(self):
547- """ Write public key and private key to files using private key path and public key path.
547+ """Write public key and private key to files using private key path and public key path.
548548 e.g
549549 ssh_cl = j.clients.sshkey.get("ssh_test")
550550 ssh_cl.write_to_filesystem()
0 commit comments