Questions tagged «remote-access»

3
MySQL添加用户进行远程访问
我创建的用户user@'%'使用password 'password。但是我无法连接: mysql_connect('localhost:3306', 'user', 'password'); 创建user时user@'localhost',我可以连接。为什么?'%'不是来自任何主机吗?


15
如何解决“ sign_and_send_pubkey:签名失败:代理拒绝操作”?
使用SSH密钥配置新的Digital Ocean Droplet。当我运行时ssh-copy-id,我得到的是: ssh-copy-id user@012.345.67.89 /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys sign_and_send_pubkey: signing failed: agent refused operation …

15
如何获得对私有docker-registry的远程访问?
我正在尝试使用从https://github.com/docker/docker-registry拍摄的图像来设置私有Docker注册表 只需运行: docker run -p 5000:5000 registry 我只能从本地主机从该存储库拉入/推送到该存储库,但是如果我尝试从另一台计算机(使用同一LAN上的私有地址)访问它,则会失败并显示错误消息: *2014/11/03 09:49:04 Error: Invalid registry endpoint https ://10.0.0.26:5000/v1/': Get https:// 10.0.0.26:5000/v1/_ping: Forbidden. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry 10.0.0.26:5000` to the daemon's arguments. In the case of HTTPS, if you have …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.