ubuntu - ssh heroku 错误 "PTY allocation request failed on channel 0 "

标签 ubuntu heroku ssh ssh-keys openssh

我正在尝试 ssh 进入 heroku(访问命令行)... 我按照 https://devcenter.heroku.com/articles/keys 中的说明进行操作,但我不断收到此错误:

PTY allocation request failed on channel 0
shell request failed on channel 0

整个日志:

debug1: Reading configuration data /home/gilad/.ssh/config
debug1: /home/gilad/.ssh/config line 1: Applying options for heroku.com
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to heroku.com [50.19.85.132] port 22.
debug1: Connection established.
debug1: identity file /home/gilad/.ssh/ssh-dss type -1
debug1: identity file /home/gilad/.ssh/ssh-dss-cert type -1
debug1: identity file /home/gilad/.ssh/id_rsa type 1
debug1: identity file /home/gilad/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
debug1: Remote protocol version 2.0, remote software version endosome
debug1: no match: endosome
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-sha1 none
debug1: kex: client->server aes128-ctr hmac-sha1 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad
debug1: Host 'heroku.com' is known and matches the RSA host key.
debug1: Found key in /home/gilad/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/gilad/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: Authentication succeeded (publickey).
Authenticated to heroku.com ([50.19.85.132]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LC_PAPER = he_IL.UTF-8
debug1: Sending env LC_ADDRESS = he_IL.UTF-8
debug1: Sending env LC_MONETARY = he_IL.UTF-8
debug1: Sending env LC_NUMERIC = he_IL.UTF-8
debug1: Sending env LC_TELEPHONE = he_IL.UTF-8
debug1: Sending env LC_IDENTIFICATION = he_IL.UTF-8
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_MEASUREMENT = he_IL.UTF-8
debug1: Sending env LC_TIME = he_IL.UTF-8
debug1: Sending env LC_NAME = he_IL.UTF-8
PTY allocation request failed on channel 0
shell request failed on channel 0

ssh_config:

Host heroku.com
  HostName heroku.com
  IdentityFile ~/.ssh/id_rsa
  IdentitiesOnly yes

我真的知道这意味着什么——帮忙吗?

最佳答案

您可以通过首先安装 heroku toolbelt 来 ssh 进入 heroku dyno登录 toolbelt 后,您可以运行 heroku run bash --app your_app_name

参见here有关它的 Heroku 文档。请注意他们的警告,尽管他们说使用 ssh 没有什么好处

关于ubuntu - ssh heroku 错误 "PTY allocation request failed on channel 0 ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39970839/

相关文章:

postgresql - psql : error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "postgres" (Ubuntu)

bash - 在 bash 中通过管道或其他方式获取和重命名创建的文件

ubuntu - 具有绑定(bind)多个 IP 地址的多监听器配置的 Kafka

javascript - 我什么时候应该构建 'dist' 文件夹,什么时候不应该构建?

docker - nginx 的 gitlab 容器代理传递不适用于推送请求

linux - 在ssh session 中继承环境变量?

bash - mv 命令在 dockerfile 和我的本地 linux 中的作用方式不同

Heroku - Express 应用程序 - 错误 : spawn compass ENOENT

postgresql - heroku pgbackups :restore: Invalid dump format

docker - GitLab SSH到服务器以运行docker stack deploy,未找到文件