I can access my lg web OS server through SFTP, But I want to access the server from terminal in ssh, It will raise the error
ssh -i .ssh/tv43_webos [email protected] -p 9922 jwtiyar@ArcJwtiyar
Enter passphrase for key '.ssh/tv43_webos':
PTY allocation request failed on channel 0
mounting and unmounting not working as suggested by some users:
sudo mount devpts /dev/pts -t devpts
Iam using Archlinux.
You're missing the
-T
flag: