You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tools/rtrclient.1
+12-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ rtrclient \- rtr rpki client
24
24
.IR HOST
25
25
.IR PORT
26
26
.IR USERNAME
27
-
.IR PRIVATE_KEY
27
+
(\fIPRIVATE_KEY\fR|\fIPASSWORD\fR)
28
28
[\fIHOST_KEY\fR]
29
29
.SH DESCRIPTION
30
30
\fBrtrclient\fR connects to an RPKI/RTR cache server and prints prefix, origin AS, and router key updates.
@@ -33,7 +33,8 @@ The amount is not limited and different transport types can be mixed arbitrarily
33
33
.LP
34
34
For \fBtcp\fR you must specify the \fIHOST\fR and \fIPORT\fR.
35
35
.LP
36
-
For \fBssh\fR you must specify the \fIHOST\fR, \fIPORT\fR, \fIUSERNAME\fR and a file containing the \fIPRIVATE_KEY\fR.
36
+
For \fBssh\fR you must specify the \fIHOST\fR, \fIPORT\fR, \fIUSERNAME\fR and a file containing the \fIPRIVATE_KEY\fR or a \fIPASSWORD\fR.
37
+
By default the rtrclient will try to guess which of the two was entered. If you want to explicitly specify this see \fB-w\fR and \fB-s\fR.
37
38
You may specify a file containing a list of \fIHOST_KEY\fRs, in the well known
38
39
.BSSH_KNOWN_HOSTS
39
40
file format. See \fIsshd(8)\fR for details.
@@ -53,6 +54,7 @@ Print information about router key updates
53
54
\fB-p\fR
54
55
.RS4
55
56
Print information about prefix and origin AS updates
57
+
.RE
56
58
\fB-s\fR
57
59
.RS4
58
60
Print information about connection status updates
@@ -72,6 +74,14 @@ Print available templates and exit. Prints specified templated, when used with -
72
74
\fB-o\fR
73
75
.RS4
74
76
Output file for export
77
+
.RE
78
+
\fB-w\fR
79
+
.RS4
80
+
force ssh authentication information to be interpreted as a password
81
+
.RE
82
+
\fB-s\fR
83
+
.RS4
84
+
force ssh authentication information to be interpreted as a private key
75
85
.SH TEMPLATES
76
86
Templates can be used to export ROA information in a custom format. They are written in the \fBmustache\fR(\fIhttps://mustache.github.io/\fR) templating language.
0 commit comments