All Questions
Tagged with openssh remote-access
9
questions
3
votes
3
answers
2k
views
How to access my computer's terminal in the university dorm from another computer?
I have used ssh to access remote computers/servers where they provided me a username, a password, and an IP address (like xxx:xxx:xx.xx). What I need to do is:
ssh [email protected]
and then it ...
0
votes
0
answers
1k
views
Trying to ssh into IPv6 address, getting "no route to host"
I have a home computer that uses Ubuntu 22.04, that I'd likely to remotely SSH into, from the internet. I'm trying to do this through its public IPv6 address. The address doesn't begin with fe80::, so ...
0
votes
0
answers
1k
views
Allow different users to connect to a ssh server (openSSH)
I'm new at this: I'm trying to set up a ssh server on my personal
computer with openSSH. So far, I was able to connect to my server
through my computer and also from a different computer in the same ...
0
votes
1
answer
5k
views
How to fix the "Connection failed with error: Failed sending banner ....." for ssh?
At times when the remote device is behind a VPN or is in local network, this error shows up:
Connection failed with error: "Failed sending banner to ....@..........:22"
This shows up infrequently ...
0
votes
2
answers
1k
views
Cannot SSH into Ubuntu14.04 Server Remotely
So I am able to SSH onto the server when connected to the same network, but I need to enable remote connection.
When I enter ssh -v user@serverIP, I get the output:
OpenSSH_5.6p1, OpenSSL 0.9.8y 5 ...
6
votes
2
answers
114k
views
How to solve: "Connect to host some_hostname port 22: Connection timed out"?
I have two Ubuntu machines. Both have openssh-client and openssh-server installed on them. ssh-ing from machine G (fresh Ubuntu 11.10 installation) to machine K works great. But ssh-ing from machine K ...
10
votes
1
answer
19k
views
NX/SSH remote access with Remmina
After many days and a lot of frustration, I managed to get freenx to work on my home server. I can connect to it with nomachine's linux client, but I want to use Remmina for this purpose. The problem ...
13
votes
3
answers
18k
views
How to enter the Default Keyring password via the command line?
Is there a way to enter the default keyring password using the command line?
For instance:
You have a remote setup of Ubuntu 10.10 thats set to auto login. You don't want to remove
the keyring ...
2
votes
2
answers
2k
views
Can't connect to desktop via ssh
Trying to setup a remote ssh file server (sftp)
I've done it before but for some reason with ubuntu 10.10
I cannot connect to the assigned ssh port.
I setup the sshd_config file to listen on a ...