Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #1  
Old 11th October 2015, 08:52
Raful Raful is offline
Senior Member
 
Join Date: Aug 2015
Bangladesh
Posts: 69
Red face Putty - 'Server refused to allocate pty'
When I Access With Putty .. Its Showd ' Server refused to allocate pty'
SomeOne Plzz Help Me ??
Reply With Quote
  #2  
Old 11th October 2015, 10:04
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
try with this one: https://www.netsarang.com/products/xsh_overview.html
Reply With Quote
  #3  
Old 11th October 2015, 17:44
Raful Raful is offline
Senior Member
 
Join Date: Aug 2015
Bangladesh
Posts: 69
Angry
Quote:
Originally Posted by Fynnon View Post
its Not Now Working....
Reply With Quote
  #4  
Old 11th October 2015, 18:05
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
a simple google search will tell you that

http://serverfault.com/questions/233...o-allocate-pty

its so damn hard to use google nowadays
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 11th October 2015, 20:34
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Raful View Post
When I Access With Putty .. Its Showd ' Server refused to allocate pty'
SomeOne Plzz Help Me ??
What linux distro are you using are using Deb 7 or Ubuntu 14.4 or greater. if you are then I guess you are logging in as root. if the following is all correct. the problem you are having is that you need to allow root login.. and this is how.

1) login with super user Eg firefly.

2) su into root.

Code:
# su root
If you have not set root password then type this

Code:
sudo passwd root
enter your superuser password

then you will be prompted to enter your new root password twice.

after that then try and su into root again

Code:
# su root
and enter the new password.

3) Once you are in root you will need to edit ssh conf

Code:
nano /etc/ssh/sshd_config
4) Once you are in the config file you need to find

Code:
StrictModes yes
and comment out like this

Code:
#StrictModes yes
5)

Then find

Code:
PermitRootLogin without-password
and comment out so it looks like this

Code:
#PermitRootLogin without-password
6

Then under

Code:
#PermitRootLogin without-password
add this

Code:
PermitRootLogin yes
7

Then scroll down its normally near the bottom file find

Code:
UsePAM yes
and change to

Code:
UsePAM no
8

Now save and exit

press

Code:
crl with x
Then hit

Code:
y
9

No you need to restart ssh

with

Code:
service ssh reload
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #6  
Old 11th October 2015, 21:59
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
but if he can't login with ssh and doesnt have access to the server itself...
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
The Following User Says Thank You to DND For This Useful Post:
Raful (12th October 2015)
  #7  
Old 12th October 2015, 11:24
Raful Raful is offline
Senior Member
 
Join Date: Aug 2015
Bangladesh
Posts: 69
Default It Can't working
So I setup New OS and New script
Reply With Quote
  #8  
Old 7th December 2015, 13:28
sam144169 sam144169 is offline
Member
 
Join Date: Oct 2014
Posts: 12
Smile
Quote:
Originally Posted by Raful View Post
So I setup New OS and New script
exactly....that's the final option & ultimate solution....
Reply With Quote
  #9  
Old 9th December 2015, 10:59
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
Code:
PermitRootLogin yes
not a good ideea ...

maybe you want to say:

Code:
adduser user
Code:
passwd user
Code:
visudo
and add:
Code:
user ALL=(ALL:ALL) ALL
:P
Reply With Quote
Reply

Tags
allocate , erver , pty , putty , refused

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 13:22. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.