Skip to content

Commit

Permalink
Minor wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Mar 13, 2018
1 parent 4450e3f commit 6a4df9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/chapter06_appendix/ssh-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Just open the file ``~/.ssh/config`` (create it if doesn't exist), and enter the
Enable port forwarding
^^^^^^^^^^^^^^^^^^^^^^

Port forwarding for Jupyter can be done usual::
Port forwarding for Jupyter can be done as usual::
ssh ec2 -L 8999:localhost:8999

Or can be also included in the config file::
Or can be also included in ``~/.ssh/config`` so you simply need ``ssh ec2``::
Host ec2
Hostname ec2-35-169-93-188.compute-1.amazonaws.com
Expand Down

0 comments on commit 6a4df9b

Please sign in to comment.