Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Sep 14, 2015
1 parent 1e7f93b commit 34a7747
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/ssh_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@ Example 1
---------

Simple "alias" whereas you would use the 'hostname' "fortigate" inside your
scripts instead of the IP address. Handy if you do not have a DNS server.

Host fortigate
Hostname 192.168.1.1
User admin
scripts instead of the IP address. Handy if you do not have a DNS server::

Host fortigate
Hostname 192.168.1.1
User admin

Example 2
---------

A bit more complex for when you need go via a SSH proxy server to reach the
appliance
appliance::

Host fortigate
Hostname 192.168.1.1
User admin
ProxyCommand ssh user@10.10.10.1 nc %h %p
Host fortigate
Hostname 192.168.1.1
User admin
ProxyCommand ssh user@10.10.10.1 nc %h %p

0 comments on commit 34a7747

Please sign in to comment.