ssh-config host is now 127.0.0.1 instead of localhost

This commit is contained in:
Mitchell Hashimoto 2011-01-19 15:48:49 -08:00
parent f913ba68c5
commit 32f456089c
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
change, its unnecessary.
- Puppet supports `module_path` configuration to mount local modules directory
as a shared folder and configure puppet with it. [GH-270]
- `ssh-config` now outputs `127.0.0.1` as the host instead of `localhost`.
## 0.6.9 (December 21, 2010)

View File

@ -1,5 +1,5 @@
Host <%= host_key %>
HostName localhost
HostName 127.0.0.1
User <%= ssh_user %>
Port <%= ssh_port %>
UserKnownHostsFile /dev/null