{"node_id": "f3f358a2-2f95-11f1-b765-e86a64d24d78", "revisions": [{"id": "f3f45c38-2f95-11f1-9277-e86a64d24d78", "node_id": "f3f358a2-2f95-11f1-b765-e86a64d24d78", "user_id": "edc3f576-2f95-11f1-900f-e86a64d24d78", "author": "foxhop", "data": "teleport a binary file between ssh terminals with base64\r\n########################################################\r\n\r\ncreate a base64 representation of the binary file:\r\n\r\n.. code-block:: bash\r\n\r\n openssl enc -e -base64 -in /path/to/binary.pfx\r\n\r\ncreate a binary file from its base64 representation:\r\n\r\n.. code-block:: bash\r\n\r\n openssl enc -d -base64 -in /path/to/binary.pfx.base64 -out /path/to/binary.pfx\r\n\r\nthis creates a ascii file that may be used to copy and paste between terminal windows.\r\n ", "source_format": "rst", "revision_number": 2, "created": 1409165586000}, {"id": "f3f44edf-2f95-11f1-ad94-e86a64d24d78", "node_id": "f3f358a2-2f95-11f1-b765-e86a64d24d78", "user_id": "edc3f576-2f95-11f1-900f-e86a64d24d78", "author": "foxhop", "data": "teleport a binary file between ssh terminals with base64\r\n########################################################\r\n\r\ncreate a base64 representation of the binary file:\r\n\r\n.. code-block:: bash\r\n\r\n openssl enc -e -base64 -in /path/to/binary.pfx -out /path/to/binary.pfx.base64\r\n\r\ncreate a binary file from its base64 representation:\r\n\r\n.. code-block:: bash\r\n\r\n openssl enc -d -base64 -in /path/to/binary.pfx.base64 -out /path/to/binary.pfx\r\n\r\nthis creates a ascii file that may be used to copy and paste between terminal windows.\r\n ", "source_format": "rst", "revision_number": 1, "created": 1409165453000}], "count": 2}