blob: fcfbd66bf44309f6a785f84150080dd0c857be16 [file] [log] [blame]
#!/bin/sh
cat <<EOF > $2
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
ServerAliveInterval 1
ServerAliveCountMax 1
EOF