docs: fix float
This commit is contained in:
parent
23f78ca5a2
commit
ce9a1fef26
|
@ -177,6 +177,10 @@ as running `sftp` and `rsync` over a `sudo` session, to an account the user
|
||||||
cannot otherwise directly log into, including in restrictive environments that
|
cannot otherwise directly log into, including in restrictive environments that
|
||||||
for example enforce an interactive TTY and account password.
|
for example enforce an interactive TTY and account password.
|
||||||
|
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<div style="clear: both;"></div>
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
bastion = router.ssh(hostname='bastion.mycorp.com')
|
bastion = router.ssh(hostname='bastion.mycorp.com')
|
||||||
|
|
Loading…
Reference in New Issue