Questions tagged [sshd]

The Secure Shell (SSH) daemon. It is the server side process to which SSH clients can connect and invoke commands and services. Note that system administration questions are off-topic on this site.

SSHD is an acronym for Secure Shell Daemon, the OpenSSH SSH server. It is the server side process to which SSH clients can connect and invoke commands and services.

Use instead if your question is not specifically about the daemon, but (also) about the client or the protocol.

Note that system administration is off-topic on Stack Overflow. If your question is not a programming question, ask on Unix & Linux (if running under Linux or other unix system), Super User (if you aren't a professional system administrator) or Server Fault (if you are a professional system administrator).

Useful Links:

The acronym is occasionally used to refer to Solid State Hard Drives, more commonly abbreviated .

392 questions
0
votes
1 answer

run dropbear ssh server from android as system user

I created a custom rom and I want to run dropbear ssh server from a system ( signed ) service ( in order to have the system user privileges ) , but whatever command I try, after entering the password from the ssh client ( putty ) it just…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
0 answers

creating an sshd server using apache libraries requires me to alter the commands server side but it works if i connect to another ssh server

Requirements: Write my own ssh server that allows msysgit to communicate with a repo (pull, push, etc) using the ssh protocol and going though my ssh server. I'm running on Windows 7. using git remote definition of: git remote set-url origin…
Coder
  • 1,375
  • 2
  • 20
  • 45
0
votes
4 answers

Monitor traffic of remote login machine (through ssh local port forwarding) in Ubuntu

I have started sshd in my computer (Ubuntu-12.10) to let other PC (let pc2) connect in my guest account through local port forwarding. Now how can I monitor the traffic of that pc2 from my PC i.e. which website he/she is opening or what data he/she…
r.bhardwaj
  • 1,603
  • 6
  • 28
  • 54
0
votes
2 answers

JavaMail use of SSHD ports (when on open networks)

I have a (hopefully) simple question. Is it possible to use SSHD tunneling to securely access your Microsoft Exchange server using JavaMail when you are on a public network? I read about someone using SSHD tunneling to use airport wifi securely, can…
Kyte
  • 834
  • 2
  • 12
  • 27
-1
votes
0 answers

Is it possible to make proxy server with other jsch servers

I have to make proxy server between jsch servers. Proxy server was made of netty. when jsch session was connected, sshd server didn't understand some packet. I found out some solution with ProxySOCKS5. but is it necessary to set proxySocks5 when i…
-1
votes
1 answer

Dreamweaver SSH denial on Linux Whm at account level

I am having a problem that is really frustrating in that I can no longer connect to my server user accounts through Dreamweaver using SFTP. It keeps saying username or password is incorrect, but it definitely is. *Edit: I am on a linux server using…
-1
votes
1 answer

DigitalOcean Network Firewall allowing SSH connections on ports other than only 22

I have a droplet on DigitalOcean with IPv4 and IPv6 enabled. The droplet is behind a digital ocean network firewall with the following rules: Inbound: SSH TCP 22 All IPv4, All IPv6 HTTP TCP 80 All IPv4, All IPv6 HTTP TCP 443 All IPv4, All…
Ouss
  • 2,912
  • 2
  • 25
  • 45
-1
votes
1 answer

request.getRemoteUser() gives null after successful ldap authentication

I had a working application which fetches the username after ldap authentication using request.getRemoteUser() in apache httpd. Authentication is working because the redirection is happening to a backend tomcat server where application is hosted.But…
Vinayak
  • 43
  • 5
-1
votes
1 answer

Specifying different roots for SSH and SFTP

Is there a way to set up a ChrootDirectory for a system only for SFTP and not for ssh? i.e. if I wanted to ssh into a server and have root be a certain directory, but SFTP into the same server and have a different directory as root, is that…
-1
votes
1 answer

( Google Cloud platform) I accidentally set up a firewall inside the Linux VM

I cannot access the ssh console at all. Is there a way for me to download the disk inside the cloud platform?
coll
  • 1
  • 1
-1
votes
3 answers

sshd_config changes through systemd

I'm trying to automate some tasks on first-boot running Ubuntu on Raspberry Pi. I have a Systemd service that runs once and kills itself. As part of it, I'm trying to update the config on sshd_config and have tried every possible thing I could think…
-1
votes
1 answer

How to get remote command sent via ssh to my host?

I've got two hosts, the first sends command via ssh. The second executes that command and prints output to my xterm: user@host_one:~# ssh user@host_two "ls" user@host_two's password: Document Downloads Music Pictures Videos I want to get the text…
-1
votes
1 answer

Can't SSH into a home computer

I'm trying to SSH into an Ubuntu computer from my MacOSX computer. I have openssh installed on my Ubuntu and have disabled the firewall. I've ssh-ed into other servers before on this Macbook. I don't get a response from the Ubuntu server though: $…
Hackerman
  • 1,289
  • 1
  • 14
  • 29
-1
votes
1 answer

Docker: "Network is unreachable" inside container

I want to start sshd iside Docker and perform some ssh commands in order to build image. Here is my Dockerfile: FROM centos:7 RUN yum install -y which tar more util-linux-ng passwd openssh-clients openssh-server net-tools iproute; yum clean…
Pavel
  • 424
  • 3
  • 12
-1
votes
1 answer

Problem with Ganymed API

I am writing SSH Client code using Ganymed API's. When I am trying to execute a command remotely through my code it showing nothing and Program execution is not stopping. My putty giving correct output for same command. When I am issuing some basic…
Narendra
  • 5,635
  • 10
  • 42
  • 54