Force reviewday ssh to gerrit to use ipv4
Running into issues running reviewday over ipv6 on static server, updated ssh config forcing it to use only ipv4 for ssh for now. Change-Id: I79e0b9271ff64e09bd41b1f1fbaf18eb3f90a1c4 Reviewed-on: https://review.openstack.org/29029 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
e6483da48f
commit
832992dc2d
@ -2,5 +2,6 @@ Host review
|
||||
Hostname <%= gerrit_url %>
|
||||
Port <%= gerrit_port %>
|
||||
User <%= gerrit_user %>
|
||||
AddressFamily inet
|
||||
IdentityFile /var/lib/reviewday/.ssh/id_rsa
|
||||
UserKnownHostsFile /var/lib/reviewday/.ssh/known_hosts
|
||||
|
Loading…
x
Reference in New Issue
Block a user