sshd - OpenSSH SSH daemon
1
vote
1answer
103 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 ...
3
votes
2answers
238 views
How to configure pam.d files for ldap over ssh on 12.04?
I'm trying to set up an Ubuntu 12.04 server so that users with a valid account in a remote ldap server can login to the ubuntu server.
I've followed this guide closely: ...
1
vote
2answers
657 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
0answers
70 views
setup a global variable in user chroot environment provided by sshd_config
When my users login to my server, they are chrooted to a folder through this config:
Match Group chroot
ChrootDirectory /usr/lib/sshchroot/chroot/
I want when each user login a program outside ...
0
votes
1answer
105 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
145 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
282 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
189 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
...
1
vote
1answer
463 views
12.04 sshd_config file is empty, but my ssh_config is not empty
Please know I am no sysadmin.
Yesterday I re-installed UBUNTU 12.04 LTS - running 3.2.0-33-generic-pae.
I have worked for hours trying to install vsftpd to no avail, and now find myself trying to ...
1
vote
0answers
63 views
eCryptfs : How to keep the home mounted without being over ssh?
I have a daemon program who need to read in a file who is saved somewhere in my home folder.
But every time I close my ssh connection, this daemon can't read the file because it appear that eCryptfs ...
0
votes
0answers
33 views
How to run a second openssh-server for gitolite?
I would like to set up a git server running gitolite but I do not want to use the primary ssh server to do that. The reason for that is that the primary sshd on port 22 is not routed to that server ...
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
360 views
sshd_config AllowUsers denies everyone
I've got a 12.04 system and I'm trying to add a config option to just allow one user (me) to use SSH.
AllowUsers nancy
However, when I add this, it denies everyone, including me. I get:
connect ...
0
votes
0answers
380 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
650 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 ...
0
votes
1answer
591 views
Restricting SSH users to certain access permissions
Is there a method to restrict SSH users to certain access rights for certain programs (such as Python, Perl, Ruby, Java, etc), but also a method to restrict them from leaving their /home/ directories?
...
3
votes
1answer
543 views
Can't set up public key ssh authentication
I have a fresh install of Ubuntu 12.04. I'm trying to setup ssh public key authentication. Unfortunately, it refuses to work. Running the ssh client in verbose mode I can see that the public keys are ...
3
votes
1answer
4k views
Granting a sftp user access to a /var/www directory
I've created a user and made his home directory /var/www/mysite/ftpdir
I've also added a Match user entry for this user in sshd_config with a ChrootDirectory that points to /var/www/mysite
I've ...
0
votes
1answer
362 views
Changes to user's home directory not updating
I've just made changes to a user's home directory (using usermod -d) - but I'm still going to the old directory when I login (via sftp).
Do I need to restart a user service to pick up these changes?
...
0
votes
0answers
165 views
Another Remote SSH configuration problem
I have the following configuration :
1) A tunnel is created between host W and H so I can connect to W from home on port 23000 through H :
on my laptop : ssh -p 23000 H and this brings me to W
2) H ...
1
vote
1answer
386 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 ...
0
votes
1answer
712 views
Allow incoming connections from outside LAN
I have an openssh-server running on my computer. However, I'm not able to connect to it from outside my LAN.
Connecting from within LAN is no problem at all, it works just as one would expect. ...
2
votes
2answers
2k views
Why is PermitRootLogin in sshd_config set to yes by default?
As Ubuntu has no real root account, why is /etc/ssh/sshd_config allowing remote root login anyway? Isn't that inconsistent?
1
vote
1answer
800 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 ...
1
vote
2answers
2k views
How to debug sshd not running at startup on server
I have a (virtual) server running an Ubuntu 10.04 minimal system. I seem to have misconfigured sshd so that it does not start up on reboot. Since this is a server, I now do not have shell access to my ...
2
votes
2answers
2k views
ssh hangs for ~15 seconds before connecting
If I directly connect to Server A, using public key auth from my computer, it takes <0.5 s. But if run the same ssh command from Server B (to connect to Server A) it freezes for about 15 s at the ...