@@ -91,7 +91,7 @@ <h3 id="writing-ssh-keys-to-files-system">Writing ssh keys to files system</h3>
91
91
self.load_from_file_system()
92
92
93
93
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
95
95
e.g
96
96
ssh_cl = j.clients.sshkey.get("ssh_test")
97
97
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>
122
122
123
123
@property
124
124
def public_key_path(self):
125
- """ Get the public key path
125
+ """Get the public key path
126
126
e.g
127
127
ssh_cl = j.clients.sshkey.get("ssh_test")
128
128
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>
133
133
return "{}.pub".format(self.private_key_path)
134
134
135
135
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.
137
137
e.g
138
138
ssh_cl = j.clients.sshkey.get("ssh_test")
139
139
ssh_cl.write_to_filesystem()
@@ -204,7 +204,7 @@ <h2 id="args">Args</h2>
204
204
self.load_from_file_system()
205
205
206
206
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
208
208
e.g
209
209
ssh_cl = j.clients.sshkey.get("ssh_test")
210
210
ssh_cl.load_from_file_system()
@@ -235,7 +235,7 @@ <h2 id="args">Args</h2>
235
235
236
236
@property
237
237
def public_key_path(self):
238
- """ Get the public key path
238
+ """Get the public key path
239
239
e.g
240
240
ssh_cl = j.clients.sshkey.get("ssh_test")
241
241
ssh_cl.public_key_path -> "/root/.config/jumpscale/sshkeys/tU59lc6P.pub"
@@ -246,7 +246,7 @@ <h2 id="args">Args</h2>
246
246
return "{}.pub".format(self.private_key_path)
247
247
248
248
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.
250
250
e.g
251
251
ssh_cl = j.clients.sshkey.get("ssh_test")
252
252
ssh_cl.write_to_filesystem()
@@ -448,7 +448,7 @@ <h2 id="returns">Returns</h2>
448
448
</ summary >
449
449
< pre > < code class ="python "> @property
450
450
def public_key_path(self):
451
- """ Get the public key path
451
+ """Get the public key path
452
452
e.g
453
453
ssh_cl = j.clients.sshkey.get("ssh_test")
454
454
ssh_cl.public_key_path -> "/root/.config/jumpscale/sshkeys/tU59lc6P.pub"
@@ -522,7 +522,7 @@ <h3>Methods</h3>
522
522
< span > Expand source code</ span >
523
523
</ summary >
524
524
< 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
526
526
e.g
527
527
ssh_cl = j.clients.sshkey.get("ssh_test")
528
528
ssh_cl.load_from_file_system()
@@ -544,7 +544,7 @@ <h3>Methods</h3>
544
544
< span > Expand source code</ span >
545
545
</ summary >
546
546
< 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.
548
548
e.g
549
549
ssh_cl = j.clients.sshkey.get("ssh_test")
550
550
ssh_cl.write_to_filesystem()
0 commit comments