blob: 243bc3bf2b221580855cf9829b49b13f5f59567d [file] [log] [blame]
# Fuchsia SDK config version 5 tag
# Configure port 8022 for connecting to a device with the local address.
# This makes it possible to forward 8022 to a device connected remotely.
# The fuchsia private key is used for the identity.
Host 127.0.0.1
Port 8022
Host ::1
Port 8022
Host *
# Turn off refusing to connect to hosts whose key has changed
StrictHostKeyChecking no
CheckHostIP no
# Disable recording the known hosts
UserKnownHostsFile=/dev/null
# Do not forward auth agent connection to remote, no X11
ForwardAgent no
ForwardX11 no
# Connection timeout in seconds, needs to be high enough for non-KVM emulators
ConnectTimeout=20
# Check for server alive in seconds, max count before disconnecting
ServerAliveInterval 1
ServerAliveCountMax 10
# Connect with user, use the identity specified.
User fuchsia
IdentitiesOnly yes
GSSAPIDelegateCredentials no