rmurthy has a new machine and we'd like to set up a new ssh key pair for it. Going to walk through the steps here and get it set up:
https://collab.wikimedia.org/wiki/Fundraising_ssh_access#SSH
rmurthy has a new machine and we'd like to set up a new ssh key pair for it. Going to walk through the steps here and get it set up:
https://collab.wikimedia.org/wiki/Fundraising_ssh_access#SSH
IdentitiesOnly yes
AddressFamily inet
Host *
UseRoaming no
Host frbast.wikimedia.org frbast-eqiad.wikimedia.org frbast-codfw.wikimedia.org
User rmurthy HostKeyAlias frbast IdentityFile ~/.ssh/fr_id_rsa
Host frdev*
User user_name IdentityFile ~/.ssh/fr_id_rsa ProxyCommand /usr/bin/ssh -q -W %h:%p frbast.wikimedia.org
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC66rV3jj3fIKeucilWkYH1LAnSOqWQ3qSyvwLxmDTLKaMVQHSEi20cz2tmaPkfqb8W6xvOLW6Z04D81KrzkeeUoE/TEEFctdVzQ+N3hCbWI1YWhXhyAPRipZxfq2EvdguM+3gdxRAlTZhs0GSEZtdkAYINQHK8AMAMnTjKgpC143zxxs9IUWvDH4wCUBTtXXr0KiwLnmW19Ul3x2NNILcZzHB4qMhAu3tGOj4WimA8gon2edV62hBtbdwqlCGMu4qID6p8V7xvJ7qMwB8y5Tho0yOwApqE7p61PsqaphKbZUkD7a6+cvlOvFif9fIw+RKTJdIgDfK6LUZFLH1f5qPWasVEy88PLl2qYBEXRvbLV/Dz34RprJt3Cl1XC1OBgnq1d8cD+s2QaaO32eYOptiFeMLWCSOH/gR4L5olt5PT33bidC7t6lUAE3kqt6Hy2LtSzcUHpyMx4M4Zri+v9X2rYISyRuohGSCR/9O+K2+8T+6yuyoE+sE1TBvUiKibiWSNzAPGUQBxz2DRENHB3bMBhArWB88nA2yxwxQGgW+5Fv8jGykW46/8K2G5CEwJBdK3d8m3bEnguxaL8O7tN4I7APnYr2tB+xRpSLl0FNlCiFKu5DyukZxcEpDgXqCqlKW/5/zlKcQ0yEMr2ElfC7pBinN0i3ZU8QneM05ZdrqBDw== rmurthy@wikimedia.org
Key file updated. Pushed to hosts and rmurthy verified access is working as expected. closing.