Skip to content

Commit e6d260a

Browse files
author
Gabriel Monroy
committed
fix(ssh): switch to default known hosts
1 parent cba85ee commit e6d260a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Options:
9292
--etcd-keyfile=<path> etcd key file authentication [default: ]
9393
--etcd-certfile=<path> etcd cert file authentication [default: ]
9494
--etcd-cafile=<path> etcd CA file authentication [default: ]
95-
--known-hosts-file=<path> file used to store remote machine fingerprints [default: ~/.fleetctl/known_hosts]
95+
--known-hosts-file=<path> file used to store remote machine fingerprints [default: ~/.ssh/known_hosts]
9696
--strict-host-key-checking verify SSH host keys [default: true]
9797
--tunnel=<host> establish an SSH tunnel for communication with fleet and etcd [default: ]
9898
--request-timeout=<secs> amount of time to allow a single request before considering it failed. [default: 3.0]

0 commit comments

Comments
 (0)