aboutsummaryrefslogtreecommitdiff
path: root/man/man1/sls.1
blob: d876b976cd3e38952656ef5fa4dc36fdd849d9c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH SLS 1 "May 2014" "Manual page for sls"
.SH NAME
.B sls
\- list the first hostname on each line of an ssh_config(5) file
.SH SYNOPSIS
.B sls
.br
.B sls
ssh_config_alt1 ssh_config_alt2
.SH DESCRIPTION
.B sls
runs slsf(1) on the given set of ssh_config(5) files to print the first
non-wildcard hostname on each "Host" line, defaulting to /etc/ssh/ssh_config
and ~/.ssh/config if they exist. Suitable for use in batch scripts like sra(1).
.SH SEE ALSO
slsf(1), sra(1), sta(1), ssh(1), ssh_config(5)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>