search for: slogin

Displaying 20 results from an estimated 93 matches for "slogin".

Did you mean: login
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
Hello, There are three small problems with the "slogin" and "slogin.1" symlinks created upon installation: 1. "./" is included in the target path unnecessarily. 2. Symlinks are assumed to be available, while only hardlinks could. 3. EXEEXT is not respected for slogin. Here is a fix for both problems -- the "./" i...
2016 Mar 14
2
OpenSSH 7.2 slogin not removed from openssh.spec
It appears that the redhat/openssh.spec has not been updated to account for the removal of slogin from the build. This breaks rpmbuild. Specifically lines 361 and 362 still have the following: %attr(-,root,root) %{_bindir}/slogin %attr(-,root,root) %{_mandir}/man1/slogin.1* Robert Moucha Geophysics Syracuse University
2010 Mar 01
4
[Bug 1728] New: unnecessary "./" in slogin and slogin.1 symlinks
https://bugzilla.mindrot.org/show_bug.cgi?id=1728 Summary: unnecessary "./" in slogin and slogin.1 symlinks Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org...
2003 Mar 13
2
[Bug 509] slogin.1 is a broken symlink
http://bugzilla.mindrot.org/show_bug.cgi?id=509 Summary: slogin.1 is a broken symlink Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P4 Component: Documentation AssignedTo: openssh-unix-dev at mindrot.org...
2000 Jul 14
0
rlogin/slogin handling [PATCH]
Hello. I noticed that OpenSSH 2.1.1p3 does not check whether it is being called as rlogin or slogin, like it's siblings do. This can get ugly if you have rlogin and rsh symlinked to ssh, and old r* commands are moved off in another place, as I do. Since Solaris rsh is hardcoded to call /usr/bin/rlogin, it will get stuck in an infinite loop. Below is a quick patch I hacked up, based on the...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...p $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add @@ -182,6 +184,11 @@ $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd @NO_SFTP@$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp @NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(SFTP_SERVER) + -rm -f $(DESTDIR)$(bindir)/slogin + ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin + @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin + +install-man: $(INSTALL) -m 644 ssh.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1 $(INSTALL) -m 644 scp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1 $(INSTA...
2003 Oct 10
2
slogin <host> -n
slogin "deadlocks" if you invoke it with the (useless, but legal) switch "-n". stdin is not passed to it (and the local ssh process ignores stdin), so it is not possible to kill it using <<~.>> Should the "-n_ switch be disallowed for an interactive invocation? Ma...
1999 Dec 09
1
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
Hi, This patch fixes a couple of small ``problems'' in 1.2pre17 Makefile.in: 1. Avoid making an empty $(libexecdir)/ssh directory. 2. Don't try to uninstall $(mandir)/man1/slogin.1 twice. --- openssh-1.2pre17/Makefile.in~ Thu Dec 9 00:48:58 1999 +++ openssh-1.2pre17/Makefile.in Thu Dec 9 06:51:41 1999 @@ -92,9 +92,9 @@ -rm -f $(mandir)/man1/slogin.1 ln -s ssh.1 $(mandir)/man1/slogin.1 - $(INSTALL) -d $(libexecdir) ; - $(INSTALL) -d $(libexecdir)/ssh ; if [ ! -z &...
2013 Jun 18
0
Problems in slogin.1, sshd_config.5, ssh_config.5
...ived by .Xr ssh 1 @@ -1296,9 +1294,7 @@ .Dq no . Note that this option applies to protocol version 2 only. .Pp -See also -.Sx VERIFYING HOST KEYS -in +See also VERIFYING HOST KEYS in .Xr ssh 1 . .It Cm VisualHostKey If this flag is set to -------------- next part -------------- Problems with slogin.1: (Identical patches should apply to: ssh.1) My records indicate that you have accepted this patch, so this is just a reminder. Invalid Sx reference - not a section on this page. --- slogin.1-unpatched 2013-05-25 15:25:02.736323644 -0400 +++ slogin.1 2013-05-25 15:25:02.228323653 -0400 @@ -733...
2016 Mar 22
2
[Bug 2557] New: Incorrect file entries in openssh.spec
...enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: savjee at gmail.com The rpm spec file under openssh-7.2p2/contrib/redhat/openssh.spec has following 2 entries. %files clients %attr(-,root,root) %{_bindir}/slogin %attr(-,root,root) %{_mandir}/man1/slogin.1* These entries result in following errors when rpm is built using this spec file Processing files: openssh-clients-7.2p2-1.x86_64 error: File not found: /root/rpmbuild/BUILDROOT/openssh-7.2p2-1.x86_64/usr/bin/slogin error: File not found by glob: /root/r...
2004 Aug 05
2
[fdo] Ssh service interruption of freedesktop.org
Hi admins, thank you for maintaining useful development resources. But I'm in trouble. Please help. I and some developers are unable to use ssh login over 24 hours. Is there a intended service interruption? Or some problems are lying? I and some developers could slogin to freedesktop.org before the problem had occurred. My local environment has not altered in recent days. my source address: 220.210.180.3 $ slogin -v freedesktop.org OpenSSH_3.8p1 FreeBSD-20040226, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading configuration data /etc/ssh/ssh_c...
2000 Oct 02
1
Open connections when using agent-forwarding
...with both 2.2.0p1 and the latest snapshot when using agent-forwarding. (I didn't use this with older versions, so I don't know whether this problem is older.) Scenario: I have a secret key that I run with ssh-agent on host "host-A". I then connect to "host-B" using 'slogin -A host-B'. When executing a command on "host-C" (for which the secret key is needed), the command is executed fine, but after finishing I cannot exit the slogin command: host-A> slogin -A host-B ... host-B> ssh host-C "ls -al" ... [output from ls -al command] host-B&g...
2008 Nov 21
2
'make install' failed on Sparc5, Solaris2.7
...ssh-rand-helper.8.out /usr/local/man/man8/ssh-rand-helper.8 ; \ fi ./install-sh -c -m 644 sftp.1.out /usr/local/man/man1/sftp.1 ./install-sh -c -m 644 sftp-server.8.out /usr/local/man/man8/sftp-server.8 ./install-sh -c -m 644 ssh-keysign.8.out /usr/local/man/man8/ssh-keysign.8 rm -f /usr/local/bin/slogin ln -s ./ssh /usr/local/bin/slogin rm -f /usr/local/man/man1/slogin.1 ln -s ./ssh.1 /usr/local/man/man1/slogin.1 if [ ! -d /usr/local/etc ]; then \ ./mkinstalldirs /usr/local/etc; \ fi /usr/local/etc/ssh_config already exists, install will not overwrite /usr/local/etc/sshd_config already exists, ins...
2001 Oct 16
6
program-prefix does not work
...)1/ssh-keyscan.1 ! $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 ! @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 ! @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 ! -rm -f $(DESTDIR)$(bindir)/slogin ! ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin ! -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 ! ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 #@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \...
2000 Jul 20
1
openssh-2.1.1p4 (fwd)
...quot; <JSO at EUROPAY.COM> To: "'openssh at openssh.com'" <openssh at openssh.com> Subject: openssh-2.1.1p4 Hi all, I successfully compiled (gcc 2.95.1) on HPUX (11.00 & 10.20) and installed and configured both openssh client and a server (with openssl-0.9.5a). A slogin session works fine (with and without ssl authentication). But a scp causes a problem: as server side scp receive well EOF against background slogin session (launch normally by client scp itself) loop (end only with a kill). I do not have opportunity to test on another OS, so I do not know if it...
2002 Oct 25
0
[Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found
...then \ /bin/install -c -m 644 ssh-rand-helper.8.out /usr/man/cat8/ssh-rand-helper.8 ; \ fi /bin/install -c -m 644 sftp.1.out /usr/man/cat1/sftp.1 /bin/install -c -m 644 sftp-server.8.out /usr/man/cat8/sftp-server.8 /bin/install -c -m 644 ssh-keysign.8.out /usr/man/cat8/ssh-keysign.8 rm -f /usr/bin/slogin ln -s ./ssh /usr/bin/slogin rm -f /usr/man/cat1/slogin.1 ln -s ./ssh.1 /usr/man/cat1/slogin.1 if [ ! -d /usr/etc ]; then \ ./mkinstalldirs /usr/etc; \ fi /usr/etc/ssh_config already exists, install will not overwrite /usr/etc/sshd_config already exists, install will not overwrite /usr/etc/moduli a...
2003 Feb 07
2
Problem with rsync from one machine
...el 2.4.9-34 openssh 3.1p1-5 Machine B: Redhat 7.3 kernel 2.4.9-31 openssh 3.1p1-5 Machine C: Debian Woody kernel 2.4.18-bf2.4 openssh 3.4p1 rsync 2.5.6 I am running an rsync over ssh from Machine C to Machine B with the following: rsync --verbose --progress --stats --compress --rsh=/usr/bin/"slogin -l root -o Compression=yes" --recursive --times --links --perms --owner --group machineB.com:/etc /backup/machineB.com/etc This works flawlessly. When I run an rsync over ssh from Machine C to Machine A with the following: rsync --verbose --progress --stats --compress --rsh=/usr/bin/"s...
2001 Feb 07
2
Patch for unformatted manpages
...scan.1.out $(DESTDIR)$(mandir)/man1/ssh-keyscan.1 + $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/man8/sshd.8 + @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/man1/sftp.1 + @NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/man8/sftp-server.8 -rm -f $(DESTDIR)$(bindir)/slogin ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin - -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 - ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 + -rm -f $(DESTDIR)$(mandir)/man1/slogin.1 + ln -s ssh.1 $(DESTDIR)$(mandir)/man1/slogin.1 @FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bind...
2000 Sep 09
0
2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
Enclosed is a patch against 2.2.0p1 that teaches ssh (and therefore slogin and scp) how to invoke ssh-askpass to request a password, RSA/DSA key passphrase, or an skey challenge response. I've tested this on Linux (i386), for passwords and RSA/DSA key passphrases. I cannot easily test whether the Right Thing will happen for skey challenge responses; I would apprecia...
2016 Feb 29
5
Announce: OpenSSH 7.2 released
OpenSSH 7.2 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. OpenSSH also includes transitional support for the legacy SSH 1.3 and 1.5 protocols that may be enabled at compile-time. Once again, we would like to thank the OpenSSH community