ssh-copy-id 7.6p1
This commit is contained in:
parent
0c58520157
commit
78fdfc8e87
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
class SshCopyId < Formula
|
||||
desc "Add a public key to a remote machine's authorized_keys file"
|
||||
homepage "https://www.openssh.com/"
|
||||
url "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
mirror "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz"
|
||||
version "7.5p1"
|
||||
sha256 "9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0"
|
||||
url "https://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz"
|
||||
mirror "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz"
|
||||
version "7.6p1"
|
||||
sha256 "a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723"
|
||||
head "https://github.com/openssh/openssh-portable.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue