ssh-copy-id 8.1p1
Closes #47484. Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
parent
a85ea69b3c
commit
4764f52b7a
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://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gz"
|
||||
mirror "https://mirror.vdms.io/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gz"
|
||||
version "8.0p1"
|
||||
sha256 "bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68"
|
||||
url "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.1p1.tar.gz"
|
||||
mirror "https://mirror.vdms.io/pub/OpenBSD/OpenSSH/portable/openssh-8.1p1.tar.gz"
|
||||
version "8.1p1"
|
||||
sha256 "02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff"
|
||||
head "https://github.com/openssh/openssh-portable.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue