Top "Sshd" questions

The Secure Shell (SSH) daemon.

SSHD Java example

Can anyone point me to some example code for using SSHD to access a server and execute some commands from …

java ssh sshd
Trouble setting up OpenSSH server on Windows 7 (can't start SSHD)

I just downloaded Cygwin for Windows 7. I want to install an OpenSSH SSH daemon, and after running "ssh-host-config", I tried …

windows-7 cygwin openssh sshd
X11 Forwarding can't open display (client rejected?)

I've read similar questions, and have applied the suggestions posted, but none seem to fix my issue... In Putty, I've …

ssh x11 beagleboneblack sshd xming
where to change the default location of .Xauthority file when log in via ssh -X as a specific user

I need to change the .Xauthority file location for a group of users to be $HOME/tmp/.Xauthority rather than …

x11 xauth sshd
Apache MINA SFTP Example

I'm trying to set up an SFTP server with multiple users that each have their own home directory. I read …

java sftp sshd apache-mina
ssh_dispatch_run_fatal no matching key exchange method found (on Zend Studio Remote Connection)

I use MacBook OSX as local machine and NoteBook lUbuntu as server on my local network. SSH and SFTP connections …

ssh sftp zend-studio sshd remote-connection
How to install sshd on Mac?

I am trying to use Hadoop on my Mac, but it requires Java and ssh, so I need to install …

macos homebrew sshd
nc (netcat) on Mac OS X 10.8.4 gets stuck

I encountered a little issue while using the nc utility on Mac OS X, a utility i often use as …

bash networking osx-mountain-lion sshd netcat
"Session" vs "Channel" (JSch and sshd)

I'm looking to move small files (at unknown times and in unknown quantities) from one server to another using JSch …

ssh jsch sshd
AllowGroups and root@IP

I've got several servers with the following sshd configuration. # Authentication: PermitRootLogin no AllowGroups ssh PubkeyAuthentication yes PasswordAuthentication no This means …

ssh ssh-keys openssh sshd