blob: 4e9ab3709af4f4d2cfc28bccc766fc5a5aa50e90 [file] [log] [blame]
#!/bin/sh
cat <<EOF > $2
Host *
CheckHostIP no
StrictHostKeyChecking no
ForwardAgent no
ForwardX11 no
GSSAPIDelegateCredentials no
UserKnownHostsFile /dev/null
User fuchsia
IdentityFile $1
EOF