成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

用commit方式構(gòu)建具有sshd服務(wù)的centos鏡像-創(chuàng)新互聯(lián)

1.從遠(yuǎn)程倉(cāng)庫(kù)中pull centos鏡像

網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)公司!專(zhuān)注于網(wǎng)頁(yè)設(shè)計(jì)、網(wǎng)站建設(shè)、微信開(kāi)發(fā)、小程序開(kāi)發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶(hù)創(chuàng)新互聯(lián)還提供了興寧免費(fèi)建站歡迎大家使用!

docker pull centos

2.查詢(xún)鏡像docker images

[root@HA2 kehj]# docker images

REPOSITORY      TAG         IMAGE ID       CREATED       SIZE

nginx-docker     v1          20c4d11561d3     11 hours ago     451.1 MB

docker.io/nginx   latest        f895b3fb9e30     2 weeks ago     108.5 MB

docker.io/centos   latest        3fa822599e10     3 weeks ago     203.5 MB

docker.io/ubuntu   latest        747cb2d60bbe     11 weeks ago     122 MB

3.啟動(dòng)centos容器 docker run -i -t centos /bin/bash

[root@HA2 kehj]# docker run -i -t centos /bin/bash

[root@f2595a1c0aae /]#

4.安裝sshd服務(wù)

[root@f2595a1c0aae /]# yum install passwd openssl openssh-server -y

Loaded plugins: fastestmirror, ovl

base                                             | 3.6 kB  00:00:00

extras                                            | 3.4 kB  00:00:00

updates                                            | 3.4 kB  00:00:00

(1/4): extras/7/x86_64/primary_db                               | 145 kB  00:00:01

(2/4): base/7/x86_64/group_gz                                 | 156 kB  00:00:01

(3/4): updates/7/x86_64/primary_db                              | 4.6 MB  00:00:15

(4/4): base/7/x86_64/primary_db                                | 5.7 MB  00:00:23

Determining fastest mirrors

* base: mirrors.163.com

* extras: mirrors.163.com

* updates: mirrors.163.com

Package passwd-0.79-4.el7.x86_64 already installed and latest version

Resolving Dependencies

--> Running transaction check

---> Package openssh-server.x86_64 0:7.4p1-13.el7_4 will be installed

--> Processing Dependency: openssh = 7.4p1-13.el7_4 for package: openssh-server-7.4p1-13.el7_4.x86_64

--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-server-7.4p1-13.el7_4.x86_64

--> Processing Dependency: libwrap.so.0()(64bit) for package: openssh-server-7.4p1-13.el7_4.x86_64

--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-server-7.4p1-13.el7_4.x86_64

---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed

--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64

--> Running transaction check

---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed

--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64

---> Package make.x86_64 1:3.82-23.el7 will be installed

---> Package openssh.x86_64 0:7.4p1-13.el7_4 will be installed

---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed

--> Running transaction check

---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================

Package              Arch          Version             Repository        Size

====================================================================================================================

Installing:

openssh-server          x86_64         7.4p1-13.el7_4         updates         458 k

openssl              x86_64         1:1.0.2k-8.el7         base          492 k

Installing for dependencies:

fipscheck             x86_64         1.4.1-6.el7           base           21 k

fipscheck-lib           x86_64         1.4.1-6.el7           base           11 k

make               x86_64         1:3.82-23.el7          base          420 k

openssh              x86_64         7.4p1-13.el7_4         updates         509 k

tcp_wrappers-libs         x86_64         7.6-77.el7           base           66 k

Transaction Summary

====================================================================================================================

Install  2 Packages (+5 Dependent packages)

Total download size: 1.9 M

Installed size: 4.9 M

Downloading packages:

warning: /var/cache/yum/x86_64/7/base/packages/fipscheck-lib-1.4.1-6.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY

Public key for fipscheck-lib-1.4.1-6.el7.x86_64.rpm is not installed

(1/7): fipscheck-lib-1.4.1-6.el7.x86_64.rpm                          |  11 kB  00:00:00

(2/7): fipscheck-1.4.1-6.el7.x86_64.rpm                            |  21 kB  00:00:00

Public key for openssh-7.4p1-13.el7_4.x86_64.rpm is not installed         ] 206 kB/s | 681 kB  00:00:06 ETA

(3/7): openssh-7.4p1-13.el7_4.x86_64.rpm                           | 509 kB  00:00:01

(4/7): tcp_wrappers-libs-7.6-77.el7.x86_64.rpm                        |  66 kB  00:00:01

(5/7): openssl-1.0.2k-8.el7.x86_64.rpm                            | 492 kB  00:00:02

(6/7): openssh-server-7.4p1-13.el7_4.x86_64.rpm                        | 458 kB  00:00:03

(7/7): make-3.82-23.el7.x86_64.rpm                              | 420 kB  00:00:04

--------------------------------------------------------------------------------------------------------------------

Total                                        403 kB/s | 1.9 MB  00:00:04

Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

Importing GPG key 0xF4A80EB5:

Userid   : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"

Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5

Package   : centos-release-7-4.1708.el7.centos.x86_64 (@CentOS)

From    : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Installing : fipscheck-1.4.1-6.el7.x86_64                                   1/7

Installing : fipscheck-lib-1.4.1-6.el7.x86_64                                 2/7

Installing : openssh-7.4p1-13.el7_4.x86_64                                   3/7

Installing : 1:make-3.82-23.el7.x86_64                                     4/7

Installing : tcp_wrappers-libs-7.6-77.el7.x86_64                                5/7

Installing : openssh-server-7.4p1-13.el7_4.x86_64                               6/7

Installing : 1:openssl-1.0.2k-8.el7.x86_64                                   7/7

Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                                 1/7

Verifying  : 1:openssl-1.0.2k-8.el7.x86_64                                   2/7

Verifying  : tcp_wrappers-libs-7.6-77.el7.x86_64                                3/7

Verifying  : fipscheck-1.4.1-6.el7.x86_64                                   4/7

Verifying  : openssh-7.4p1-13.el7_4.x86_64                                   5/7

Verifying  : openssh-server-7.4p1-13.el7_4.x86_64                               6/7

Verifying  : 1:make-3.82-23.el7.x86_64

Installed:

openssh-server.x86_64 0:7.4p1-13.el7_4                                    openssl

Dependency Installed:

fipscheck.x86_64 0:1.4.1-6.el7      fipscheck-lib.x86_64 0:1.4.1-6.el7      make.x86_64 1:3.82-23.el7

Complete!

5.執(zhí)行 /usr/sbin/sshd -D,報(bào)錯(cuò):

[root@f2595a1c0aae /]# /usr/sbin/sshd -D

Could not load host key: /etc/ssh/ssh_host_rsa_key

Could not load host key: /etc/ssh/ssh_host_ecdsa_key

Could not load host key: /etc/ssh/ssh_host_ed25519_key

sshd: no hostkeys available -- exiting.

6.執(zhí)行以下三條命令:

ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N ''

ssh-keygen -q -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ''

ssh-keygen -t dsa -f /etc/ssh/ssh_host_ed25519_key  -N ''

[root@f2595a1c0aae /]# ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N ''

[root@f2595a1c0aae /]# ssh-keygen -q -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ''

[root@f2595a1c0aae /]# ssh-keygen -t dsa -f /etc/ssh/ssh_host_ed25519_key  -N ''

Generating public/private dsa key pair.

Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.

Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.

The key fingerprint is:

SHA256:U9G/RvoqxZtn/9oTzTwba8t8b3P2KoTYQ7nbC9aD7M4 root@f2595a1c0aae

The key's randomart image is:

+---[DSA 1024]----+

|      ..   |

|      ..   |

|      .. .  |

|     .o  o  |

|     S+ + o +.|

|     .o=o= o++|

|      =*o=  *|

|     +o.=.*B=|

|     .E.o*+X/|

+----[SHA256]-----+

7.vi /etc/ssh/sshd_config 修改配置文件

UsePAM yes 修改為 UsePAM no

UsePrivilegeSeparation sandbox 修改改為 UsePrivilegeSeparation no

8.修改密碼passwd root

[root@f2595a1c0aae /]# passwd root

Changing password for user root.

New password:

BAD PASSWORD: The password is shorter than 8 characters

Retype new password:

passwd: all authentication tokens updated successfully.

9.exit退出容器

10.執(zhí)行提交命令,生成鏡像 docker commit -m "add sshd" -a "kehaojian" f2595a1c0aae  sshd_centos

[root@HA2 kehj]# docker commit -m "add sshd" -a "kehaojian" f2595a1c0aae  sshd_centos

sha256:0ece1cad37782006b4175fb6f7268aac206d8729b6a844eabdd×××40e904f9a

11.執(zhí)行docker images

[root@HA2 kehj]# docker images

REPOSITORY      TAG         IMAGE ID       CREATED       SIZE

sshd_centos     latest        0ece1cad3778     8 seconds ago    293.3 MB

nginx-docker     v1          20c4d11561d3     11 hours ago     451.1 MB

docker.io/nginx   latest        f895b3fb9e30     2 weeks ago     108.5 MB

docker.io/centos   latest        3fa822599e10     3 weeks ago     203.5 MB

docker.io/ubuntu   latest        747cb2d60bbe     11 weeks ago     122 MB

12.測(cè)試

[kehj@HA2 ~]$ ssh root@localhost -p 10022

The authenticity of host '[localhost]:10022 ([::1]:10022)' can't be established.

ECDSA key fingerprint is SHA256:wFHqfr8EPuT5cUla5cllCBf0HQ5GnTmZruj0LQI8VRg.

ECDSA key fingerprint is MD5:74:6a:da:84:64:35:50:78:c8:9a:38:de:45:f3:71:16.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '[localhost]:10022' (ECDSA) to the list of known hosts.

root@localhost's password:

[root@e14d9841c1e6 ~]#

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。

文章題目:用commit方式構(gòu)建具有sshd服務(wù)的centos鏡像-創(chuàng)新互聯(lián)
轉(zhuǎn)載注明:http://jinyejixie.com/article34/dehose.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、自適應(yīng)網(wǎng)站、用戶(hù)體驗(yàn)、網(wǎng)站內(nèi)鏈云服務(wù)器、App開(kāi)發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

微信小程序開(kāi)發(fā)
高密市| 成安县| 永清县| 许昌市| 将乐县| 临泽县| 马边| 浮山县| 大足县| 天全县| 洛川县| 靖远县| 晋中市| 应用必备| 随州市| 武宣县| 平利县| 渝中区| 内江市| 山东省| 方山县| 水富县| 荥经县| 同江市| 新营市| 尤溪县| 乌拉特中旗| 南乐县| 朝阳县| 咸宁市| 惠水县| 汝州市| 太仓市| 平利县| 新余市| 齐河县| 华宁县| 宁陕县| 敦煌市| 玛纳斯县| 隆回县|