10 2018 档案
摘要:一、在A端创建密钥对: [root@A ~] ssh-keygen -t rsa -b 4096 -P '' 二、如果B机器没有.ssh和authorized_keys文件则创建这个文件夹和文件先,创建后要chown改成当前用户的所属者,其次也要改: chown buser:buser -R ~/.
阅读全文
摘要:#!/usr/bin/env python # coding=utf-8 import string import time,datetime class TIMEFORMAT: def __init__(self, time_string="1970-1-1 00:00:00"): self.time_string = self._format_time_string(...
阅读全文

浙公网安备 33010602011771号