Tagged Questions
1
vote
1answer
119 views
Unable to start sshd
I'm new to Ubuntu and trying to start sshd but having a lot of problems. I've tried uninstalling and reinstalling ssh by running
sudo apt-get remove openssh-client openssh-server and sudo apt-get ...
1
vote
2answers
729 views
ssh: connect to host 192.168.1.7 port 22: Connection refused
I get this error when ever I try to connect my desktop with another desktop using SSH, but I'm able to ping the other desktop successfully.
ssh: connect to host 192.168.1.7 port 22: Connection ...
0
votes
1answer
106 views
Problem Setting Up Local SSH Server
I am trying to setup one of my linux computers as an ssh server but I can't connect to it.
I have openssh-server and openssh-client installed already on both computers (client and server).
If I run ...
6
votes
2answers
146 views
SSH Process not Killed on Remote Machine when the Remote System Unexpectedly Disconnects
I have a question to which I haven't been able to find an answer. I have two computers, both of which run Ubuntu 12.04. I keep one of my computers at home and use SSH to connect to it from the other ...
1
vote
1answer
302 views
create log file just for ssh
I use ubuntu 10.04, contained ssh. I want to create a log file that stores all the activity on ssh (only ssh). Like in /var/log/auth.log but only for ssh. Like /var/log/ssh.log.
So, file ssh.log will ...
0
votes
1answer
44 views
I am not able to login to another laptop
I am using this command:
userA :~$ sudo ssh userB@192.168.1.3
It says ssh: connect to host 192.168.1.3 port 22: connection refused.
I want to login remote & this is not working. In a forum ...
1
vote
2answers
191 views
SSH from external network refused
I've installed open-ssh-server on my home computer(running Lubuntu 12.04.1) in order to connect to it from school.
This is how I've set up the sshd_config file:
# Package generated configuration file
...
0
votes
2answers
1k views
Disable automatic starting of sshd? [duplicate]
Possible Duplicate:
How do I disable SSH from starting automatically?
Simple question here; what's the correct way to stop the sshd service from starting when the OS boots ? I'm not sure ...
0
votes
0answers
381 views
How to SSH tunnel VNC from Mac OS X 10.7 to Ubuntu 12.04?
Is it enough to have opens and tightvncserver running on the server or is there more configurations to do?
From the mac side, is it possible to ssh -X from a XQuartz terminal and run some ...
5
votes
1answer
655 views
SSH remote user need to be logged in?
I'm trying to set up an SSH server. I put my public key in the authorized_keys file, made sure the permissions were correct, etc.
When I restart the server (really just Ubuntu 12.04 desktop) and I ...
1
vote
1answer
387 views
How to give restricted access to user
I have a home PC and I created a reverse port forwarding to a server. Now I would like to go access to some people to the Home PC through this server. I would like to control the access of the user on ...
1
vote
1answer
802 views
hpn-ssh on ubuntu server
What is the current status of hpn-ssh on ubuntu?
It is not in the default repositories, as far as I can tell, but does anybody knows if there are any plans to add it (or decisions not to add it)?
1
vote
1answer
2k views
ssh not accepting public key
I recently installed ubuntu 10.04 and trying to connect to remote servers with SSH, which is failing to connect with public key.
I created the DSA keys, then did a ssh-copy-id to the remote server ...