Re: [cfarm-users] New Apple Mac M1 machine (gcc304)

2021-03-27 Thread Jonas Maebe via cfarm-users
On 24/03/2021 16:09, Jeffrey Walton wrote: > On Wed, Mar 24, 2021 at 10:50 AM Jonas Maebe via cfarm-users > wrote: > > Yeah, but the other side to disabling SIP is a bunch of broken > packages. Libgcrypt, Nettle, GnuPG and friends can't get through their > self tests because they are not being tes

Re: [cfarm-users] how to omit the port from ssh commands

2021-03-27 Thread Baptiste Jonglez via cfarm-users
Well, this is also available directly on https://cfarm.tetaneutral.net/machines/list/ :) Any suggestion to make it more visible? On 27-03-21, Bruno Haible via cfarm-users wrote: > Some machines of the compile farm require a non-default port [1]. > > But it's annoying to remember in every command

Re: [cfarm-users] how to omit the port from ssh commands

2021-03-27 Thread Ben Pfaff via cfarm-users
On Sat, Mar 27, 2021 at 9:25 AM Bruno Haible via cfarm-users wrote: > Here's a trick: You can omit the -p / -P options if you add this to > your $HOME/.ssh/config file: Another nifty feature: you will probably find that you can do tab-completion in Bash on any host listed in your .ssh/config. ___

[cfarm-users] how to omit the port from ssh commands

2021-03-27 Thread Bruno Haible via cfarm-users
Some machines of the compile farm require a non-default port [1]. But it's annoying to remember in every command that while ssh takes a '-p' option, scp wants a '-P' option. Here's a trick: You can omit the -p / -P options if you add this to your $HOME/.ssh/config file: =-=-=-=-=-=-=-=-=-=-=-=-=