Re: ssh-server display error
Try running the man command on ssh and see what it tells you.
Re: ssh-server display error
Definitely a case of user not knowing what he/she is doing.
OP take a look at the man page and some tutorials on using ssh in ubuntu. This is covered extensively.
UNIX man pages : ssh (1)
Beginning SSH on Ubuntu | Principia Labs
Re: ssh-server display error
To me, and I'm probably wrong this early in the morning but I'm going to suggest it anyway, it looks more like OP has put a "startx" command in his logon file which is, naturally, being executed by root when he logs in via SSH.
The most note worthy part here is where the error message is manifesting - after the "last" component of the ssh server.
Re: ssh-server display error
This is what I saw in the first post.
Code:
root@bt:~# ssh localhost
I am wondering (since the OP mentions he is trying to setup an ssh server on his BT machine) if the OP knows that there is already an ssh server setup and is only waiting on a destination and the keys for it. OP there is a tutorial in the how-to that is about networking that will also help out.
But generally you are wanting something like> localuser@localmachine:# ssh remoteuser@remotemachine