blob: b06b4abab6d68f712dabbb1de7acf456547e5c1b [file] [log] [blame]
#!/bin/sh
cat <<EOF > $2
Host 127.0.0.1
Port 8022
Host ::1
Port 8022
Host *
CheckHostIP no
StrictHostKeyChecking no
ForwardAgent no
ForwardX11 no
GSSAPIDelegateCredentials no
UserKnownHostsFile /dev/null
User fuchsia
IdentitiesOnly yes
IdentityFile $1
ControlPersist yes
ControlMaster auto
ControlPath /tmp/fuchsia-$USER-%r@%h:%p
ConnectTimeout 10
ServerAliveInterval 1
ServerAliveCountMax 10
LogLevel ERROR
EOF