Skip to content
Snippets Groups Projects
Commit 17970e27 authored by ale's avatar ale
Browse files

Merge branch 'cmdline-flags' into 'master'

Tweak ssh/chromium command lines

See merge request !1
parents fa486fc8 0a3272e2
No related branches found
No related tags found
1 merge request!1Tweak ssh/chromium command lines
Pipeline #93399 passed
......@@ -47,7 +47,7 @@ var (
</div>
</td>
<td>
<pre>ssh -o UserKnownHostsFile=/dev/null -i vmkey -J {{$jumpHost}} root@{{$host.IP}}</pre>
<pre>ssh -o StrictHostKeyChecking=no -i vmkey -J {{$jumpHost}} root@{{$host.IP}}</pre>
</td>
</tr>
{{end}}
......@@ -63,7 +63,7 @@ var (
<pre>ssh -nN -L 9051:{{$socksIP}}:9051 {{$jumpHost}} &
chromium --user-data-dir=$(mktemp -d) --no-first-run --no-default-browser-check \
--proxy-server=socks5://localhost:9051 https://...
--guest --proxy-server=socks5://localhost:9051 https://...
</pre>
`
defaultContentTpl = template.Must(template.New("").Parse(defaultContentTplSrc))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment