Results 1 to 1 of 1
Hi folks,
server
Ubuntu 7.04 server amd64
(router IP - 192.168.0.11)
workstation
Ubuntu 7.04 desktop i386
(router IP - 192.168.0.12)
Server can connect the workstation and browse remotely with;
$ ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
SSH problem
Hi folks,
server
Ubuntu 7.04 server amd64
(router IP - 192.168.0.11)
workstation
Ubuntu 7.04 desktop i386
(router IP - 192.168.0.12)
Server can connect the workstation and browse remotely with;
$ ssh -Y satimis@192.168.0.12 rox
But workstation can't connect the server with;
$ ssh -Y satimis@192.168.0.11 nanoServerCode:ssh: connect to host 192.168.0.11 port 22: Connection refused
# cat /etc/ssh/ssh_configCode:Host * # ForwardAgent no # ForwardX11 no # ForwardX11Trusted yes # RhostsRSAAuthentication no # RSAAuthentication yes PasswordAuthentication yes # HostbasedAuthentication no # BatchMode no # CheckHostIP yes # AddressFamily any # ConnectTimeout 0 # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa Port 22 # Protocol 2,1 # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ # Tunnel no # TunnelDevice any:any # PermitLocalCommand no SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes GSSAPIDelegateCredentials no
Secondly unable to restart ssh
$ sudo /etc/init.d/ssh restart
Password:
sudo: /etc/init.d/ssh: command not found
$ ls /etc/init.d/ | grep ssh
No printout
$ which ssh
/usr/bin/ssh
ssh is running.
Please help
B.R.
satimis


Reply With Quote
