diff options
author | 2002-08-17 23:55:01 +0000 | |
---|---|---|
committer | 2002-08-17 23:55:01 +0000 | |
commit | bc02e178a309ba965c5c1ed2c44eeffa71f286b5 (patch) | |
tree | 12a60084d6fdc57963df7a2372d6581bfc6d7888 | |
parent | ForwardAgent has defaulted to no for over 2 years; be more clear here. (diff) | |
download | wireguard-openbsd-bc02e178a309ba965c5c1ed2c44eeffa71f286b5.tar.xz wireguard-openbsd-bc02e178a309ba965c5c1ed2c44eeffa71f286b5.zip |
ordered list here
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 53cb0fe9778..857cc9640b4 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.1 2002/06/20 19:56:07 stevesk Exp $ +.\" $OpenBSD: ssh_config.5,v 1.2 2002/08/17 23:55:01 stevesk Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -50,10 +50,16 @@ .Nm ssh obtains configuration data from the following sources in the following order: -command line options, user's configuration file -.Pq Pa $HOME/.ssh/config , -and system-wide configuration file -.Pq Pa /etc/ssh/ssh_config . +.Bl -enum -offset indent -compact +.It +command-line options +.It +user's configuration file +.Pq Pa $HOME/.ssh/config +.It +system-wide configuration file +.Pq Pa /etc/ssh/ssh_config +.El .Pp For each parameter, the first obtained value will be used. |