雑記まみむメモ

雑記、メモ、技法、話題の騒動などを紹介します。

CentOS

「Server refused to allocate pty」 SSHログインができない

DTIのVPSサーバ(500円)を使用していて下記のメッセージがでてきました。 「Server refused to allocate pty」なんじゃこら.... 困った時のGoogle翻訳 Server refused to allocate pty ⇒ ServerはPTYの割り当てを拒否しました どうやらsshdのプロセス数が上限…

CentOSのバージョン確認方法

CentOSのバージョン確認方法です。 確認方法は下記のコマンドで分かります。 cat /etc/redhat-release cat /etc/issue lsb_release -a (パッケージのインストールが必要:yum install redhat-lsb) CentOS 6.5の場合 cat /etc/redhat-release CentOS release …