V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  css3  ›  全部回复第 13 页 / 共 50 页
回复总数  981
1 ... 9  10  11  12  13  14  15  16  17  18 ... 50  
2021 年 6 月 10 日
回复了 newee 创建的主题 问与答 不懂就问,如何改善一下代码
猛一看以为乱码😂
2021 年 6 月 4 日
回复了 css3 创建的主题 Linux Linux 实时查看日志时,如何高亮显示一些常见关键字
@huifer
@aloxaf
@cambria
@IgniteWhite 感谢老哥们,已采用 lnav 工具,可以满足使用
2021 年 6 月 4 日
回复了 css3 创建的主题 Linux Linux 实时查看日志时,如何高亮显示一些常见关键字
@debuggerx 好用,已经用上了,多谢推荐
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to 192.168.12.44 [192.168.12.44] port 23.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 192.168.12.44:23 as 'root'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: [email protected]
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: [email protected] need=64 dh_need=64
debug1: kex: [email protected] need=64 dh_need=64
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:jI6QVVi6Qmi5oZvugssXrHN4Qxjrw9BDNoowxaIZ7so
debug1: Host '[192.168.12.44]:23' is known and matches the ECDSA host key.
debug1: Found key in /root/.ssh/known_hosts:4
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /root/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Trying private key: /root/.ssh/id_ed25519
debug1: Next authentication method: password
[email protected]'s password:
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
[email protected]'s password:
@killva4624 Permission denied, please try again.
@killva4624 肯定不是 build 啊,直接 restart,或者直接 run
@killva4624 隔天 ssh 登录就是提示密码不正确
@PbCopy111 build 指定的
@maichael 贴上了 Dockerfile
@delectate 切换不同窗口,不是切换 tab 标签页哈
2021 年 6 月 1 日
回复了 css3 创建的主题 程序员 ansible 如何使用 ssh 通道连接
@ry_wang 不是主机的 port, 是中转机的 port
2021 年 5 月 31 日
回复了 css3 创建的主题 程序员 ansible 如何使用 ssh 通道连接
-p1022 中间有空格的,回帖忘了加
2021 年 5 月 31 日
回复了 css3 创建的主题 程序员 ansible 如何使用 ssh 通道连接
@NessajCN 改成这样也不行:
ansible_ssh_common_args='-o ProxyCommand="sshpass -p passwork ssh -p1022 -W %h:%p -q [email protected]"'
2021 年 5 月 31 日
回复了 css3 创建的主题 程序员 ansible 如何使用 ssh 通道连接
@NessajCN 那端口不是 22 的话,咋指定啊
2021 年 5 月 25 日
回复了 gainsurier 创建的主题 深圳 2021 年深圳有哪些推荐的游泳馆?
福田区跳水游泳馆,场地很大
2021 年 5 月 24 日
回复了 css3 创建的主题 程序员 Dockerfile 构建的镜像通过 ssh 登录后,环境变量被重置
@kennylam777 多谢老铁,知道了根本原因,通过 statck 这个帖子解决了👍
2021 年 5 月 24 日
回复了 css3 创建的主题 程序员 Dockerfile 构建的镜像通过 ssh 登录后,环境变量被重置
@CivAx 不行,可以 build 但无法启动容器
2021 年 5 月 24 日
回复了 css3 创建的主题 程序员 Dockerfile 构建的镜像通过 ssh 登录后,环境变量被重置
@liuguang 它不是个 key, value,我不知道 compose 里边怎么转化这个:export $(cat /proc/1/environ |tr '\0' '\n' | xargs)
2021 年 5 月 24 日
回复了 css3 创建的主题 程序员 Dockerfile 构建的镜像通过 ssh 登录后,环境变量被重置
@Macolor21 就指定一句 export,还要搞个 env 文件吗
2021 年 5 月 24 日
回复了 css3 创建的主题 程序员 Dockerfile 构建的镜像通过 ssh 登录后,环境变量被重置
@chenyi 一样的无效
1 ... 9  10  11  12  13  14  15  16  17  18 ... 50  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2776 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 39ms · UTC 13:24 · PVG 21:24 · LAX 05:24 · JFK 08:24
♥ Do have faith in what you're doing.