Rich Shepard wrote: > On Tue, 8 Nov 2016, Paul Mullen wrote: > >> Change it to a fully-qualified path, e.g. "~/.ssh/id_ed25519". > Paul, > > Aha! Progress of a sort. Now, when I enter 'ssh salmo:' I see 'ssh: Could > not resolve hostname salmo:: Name or service not known.' Of course, salmo is > in /etc/hosts and I can ping salmo from typha. > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > Rich,
Are you trying to make this more complicated by using your one key file? If you just use on each system: ssh-keygen ssh-copy-id <remote hostnameA> ssh-copy-id <remote hostnameB> . . . Don't you get results you want? Are you trying to micromanage your system. Sometimes it is easier to let the system take care of itself. Regards, Ken _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
