Lines Matching full:ssh
23 - Make sure you can `ssh` into all of the needed systems. For example,
24 `ssh cldr-ref.unicode.org` should succeed without needing a password.
57 ssh-keygen -t rsa -b 4096 -f ./local-vars/surveytool -P '' -C 'surveytool deploy'
73 run `ssh-keyscan smoketest.example.com` where _smoketest.example.com_
75 secret. One of these lines should match `~/.ssh/known_hosts` on your
76 own system when you ssh into smoketest.
77 Try `grep -i smoke ~/.ssh/known_hosts`
84 …herwise, create new ones with `ssh-keygen -t rsa` and copy the public key to corp.unicode.org with…
115 key: ssh-rsa … ( SSH key goes here)
126 ssh-keygen -t rsa -b 2048 -C 'CLDR Commit Checker' -f local-vars/cldrcc/id_rsa
152 - To log into the new host, run `vagrant ssh`
160 vagrant ssh -- sudo -u surveytool /usr/local/bin/deploy-to-tomcat.sh $(git rev-parse HEAD) < ../../…
168 vagrant ssh -- -L 9080:127.0.0.1:9080