MapReduce

第 4262 位会员
注册于 2020-06-11 10:52:46
活跃于 2023-10-24 14:58:15


  • pip mx 导入失败? at 2020-11-22 16:09:54

    已解决, 网络问题,导致安装失败。

  • 海牛部落 python 系列教程(三十七):python 基础 2 at 2020-11-19 16:22:27

    学习

  • 集合中 Colletion 和 List ? at 2020-11-18 23:21:54

    可能是
    System.out.println输出有缓存
    System.err.println是立即输出

  • Linux 虚拟机进行多级操作无法使用问题? at 2020-10-07 15:37:14

    @bbbb 不行呀,还是这个样子

    file

  • Linux 虚拟机进行多级操作无法使用问题? at 2020-10-07 15:24:59

    [root@nn1 ~]# vim /etc/ssh/sshd_config

    Ciphers and keying RekeyLimit default none Logging SyslogFacility AUTH Authentication: LoginGraceTime 2m

    PermitRootLogin yes

    StrictModes yes MaxAuthTries 6 MaxSessions 10 PubkeyAuthentication yes

    AuthorizedKeysFile .ssh/authorized_keys

    AuthorizedPrincipalsFile none AuthorizedKeysCommand none AuthorizedKeysCommandUser nobody HostbasedAuthentication no Change to yes if you don't trust ~/.ssh/known_hosts for HostbasedAuthentication IgnoreUserKnownHosts no Don't read the user's ~/.rhosts and ~/.shosts files IgnoreRhosts yes To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no

    PasswordAuthentication yes

    Change to no to disable s/key passwords ChallengeResponseAuthentication yes

    ChallengeResponseAuthentication no

    KerberosAuthentication no KerberosOrLocalPasswd yes KerberosTicketCleanup yes KerberosGetAFSToken no KerberosUseKuserok yes GSSAPI options

    GSSAPIAuthentication yes
    GSSAPICleanupCredentials no

    GSSAPIStrictAcceptorCheck yes GSSAPIKeyExchange no GSSAPIEnablek5users no Set this to 'yes' to enable PAM authentication, account processing, and session processing. If this is enabled, PAM authentication will be allowed through the ChallengeResponseAuthentication and PasswordAuthentication. Depending on your PAM configuration, PAM authentication via ChallengeResponseAuthentication may bypass the setting of "PermitRootLogin without-password". If you just want the PAM account and session checks to run without PAM authentication, then enable this but set PasswordAuthentication and ChallengeResponseAuthentication to 'no'. problems.

    UsePAM yes

    AllowAgentForwarding yes AllowTcpForwarding yes GatewayPorts no

    X11Forwarding yes

    PermitTTY yes PrintMotd yes PrintLastLog yes TCPKeepAlive yes UseLogin no UsePrivilegeSeparation sandbox PermitUserEnvironment no Compression delayed ClientAliveInterval 0 ClientAliveCountMax 3 ShowPatchLevel no UseDNS yes PidFile /var/run/sshd.pid LoginGraceTime 2m

    PermitRootLogin yes

    StrictModes yes MaxAuthTries 6 MaxSessions 10 PubkeyAuthentication yes Authentication: LoginGraceTime 2m

    PermitRootLogin yes

    StrictModes yes MaxAuthTries 6 MaxSessions 10 PubkeyAuthentication yes The default is to check both .ssh/authorized_keys and .ssh/authorize

    d_keys2

    but this is overridden so installations will only check .ssh/authori

    zed_keys
    AuthorizedKeysFile .ssh/authorized_keys

    AuthorizedPrincipalsFile none AuthorizedKeysCommand none AuthorizedKeysCommandUser nobody For this to work you will also need host keys in /etc/ssh/sshknown

    hosts

    HostbasedAuthentication no

    已查找到文件开头,再从结尾继续查找

    LoginGraceTime 2m PermitRootLogin yes StrictModes yes MaxAuthTries 6 MaxSessions 10 PubkeyAuthentication yes The default is to check both .ssh/authorized_keys and .ssh/authorize

    d_keys2

    but this is overridden so installations will only check .ssh/authori

    zed_keys
    AuthorizedKeysFile .ssh/authorized_keys

    AuthorizedPrincipalsFile none AuthorizedKeysCommand none AuthorizedKeysCommandUser nobody For this to work you will also need host keys in /etc/ssh/sshknown

    hosts

    HostbasedAuthentication no Change to yes if you don't trust ~/.ssh/known_hosts for

    这是我的sshd_config配置

  • eclipse 的相关问题 (救命)? at 2020-09-19 22:28:40

    是的,主要是所有的项目全都丢失了@青牛