Colapse all |
Post message
Re: Returned post for secureshell (at) securityfocus (dot) com [email concealed] 2010-01-26 paule (codeinjection gmail com) hey folks. just a quick question regarding the latest OpenSSh Patch from http://cybnet.ch/misc/opensource/openssh-5.3p1-chroot.patch ... the problem is when i useradd test -d /home/chroot/home/test/./ the user logging in does not get chrooted. does this patch require me to build a standard jail in / [ more ] [ reply ] chroot & port forwarding 2010-01-26 Andrew Penhorwood (andrew coldbits com) (2 replies) <html><head><title>chroot & port forwarding</title> <META http-equiv=Content-Type content="text/html; charset=iso-8859-15"> </head> <body> <span style=" font-family:''; font-size: 9pt;">I have openssh 5.x installed on a CentOS 5.x box. All is working fine but I wanted to add port forwardin [ more ] [ reply ] Can't log in as anything but root via SSH 2010-01-17 Yarin (yarin warpmail net) (5 replies) Hello all, I'm trying to get SSH to work with a non-root user in a VPS Container running CentOS 5.3. But with no luck. I can log in to root with no problem, but no matter which way I try, I can't log in to any normal users that I make. When I try to log in via SSH, it always fails, and behaves exac [ more ] [ reply ] Re: Can't log in as anything but root via SSH 2010-01-26 Felipe Martins (martins felipe security gmail com) ssh generation does not work 2010-01-07 Helio Campos Mello de Andrade (helio campos gmail com) (2 replies) Hi guys, - I'm trying to make a configuration that i've done too many time. I wan't a script to execute a command in a remote server without the need to type or pass the password. - I'm using the follow commands: ssh-keygen scp .ssh/id_rsa <remote_user>@<remote_machine>:~/ ssh <remote_user>@<rem [ more ] [ reply ] Re: ssh generation does not work 2010-01-07 Helio Campos Mello de Andrade (helio campos gmail com) (1 replies) SSH Keys with LDAP 2010-01-07 Christopher Decker (deckmoney gmail com) I'm configuring workstations to authenticate/authorize against a RedHat Directory Server (LDAP). If I lock an account in LDAP, I can still use an SSH key to login to the locked account. On Solaris, SSH keys do not work at all when password policy enforcement is enabled. Does anyone have any sugg [ more ] [ reply ] Re: openssh + kerberos + windows ad 2010-01-04 Marcello Mezzanotti (marcello mezzanotti gmail com) (1 replies) I just did :) the problem was the keytab, i created using linux command "net ads keytab create", i tested both linux ssh client and putty (PuTTY-0.58-GSSAPI-2005-07-24, i tested with another patched putty client, worked, but it didnt created/forwared my ticket) and all worked fine. Is "Kerberos f [ more ] [ reply ] Re: openssh + kerberos + windows ad 2010-01-04 Bob Rasmussen (ras anzio com) (1 replies) Re: openssh + kerberos + windows ad 2010-01-06 Marcello Mezzanotti (marcello mezzanotti gmail com) (1 replies) Re: openssh + kerberos + windows ad 2010-01-04 Marcello Mezzanotti (marcello mezzanotti gmail com) Hans, Thaks for your help, my sshd_config options match yours, sshd_config doesnt recognises GSSAPIKeyExchange and GSSAPITrustDNS options. I continue to receive the "we sent a gssapi-with-mic packet, wait for reply" DEBUG message and the ssh tries password auth. i saw something related to krb5.k [ more ] [ reply ] openssh + kerberos + windows ad 2010-01-04 Marcello Mezzanotti (marcello mezzanotti gmail com) Hi all, Im trying to do kind of SSO, basically, i want to ssh a remote linux machine, using openssh/putty (what version), without password prompt, just with kerberos ticket. I have the following scenario: Windows Server 2003 R2 (with Unix Services installed), its the DC of my domain Linux OpenSUS [ more ] [ reply ] openssh vpn tunnel and udp 2009-12-15 jevv (jevv comegetsome at) Hi all, I am using openssh 5.2 on fedora 11 to connect quickly two sites via tun. It works like a charm with tcp but udp is troubling us. It looks like udp packets with destination port > 8000 are being dropped. I disabled all firewalling rules during tests, same result. Any ideas what could be c [ more ] [ reply ] Re: sshd: invalid public DH value 2009-12-15 J Jude (jmjudeb gmail com) (1 replies) These messages only started appearing in the latest botnet ssh weak user/password fishing expedition. I don't think the messages are from a legitimate client. Yes, they could be due to corrupted packets from one of the bots on a weak connection, but I would like to hear if anybody can think of oth [ more ] [ reply ] |
Privacy Statement |
From home, I want to log into my work computer which is behind a firewall. So on my work computer, I log into my home computer like so:
ssh -R 7071:127.0.0.1:22 -p 22 user@home_ip_address
That should make my home compu
[ more ] [ reply ]