commit | 1097e4b4a776f7eb3a141b27a16ad875ad87a84a | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu May 29 14:04:26 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu May 29 14:06:05 2014 -0700 |
tree | 3db65df1311037b15270335cdda855c1cb578305 | |
parent | 236808631f014509dcce17bcc39b7d6d4645429a [diff] |
vzmigrate: fix port forwarding As vznnc listens at localhost, ssh -L remote_host argument should also be localhost. While at it, s/localhost/127.0.0.1/ so that ssh no longer relies on proper 'localhost' record in /etc/hosts. Signed-off-by: Kir Kolyshkin <kir@openvz.org>