In order to reach remote1 through a bastion host, add the following lines in your .ssh/config:
Host bastion HostName bastion-01.golgoth.com User jgallinari Host remote1 HostName remote1.toto.swir User jgallinari ProxyCommand ssh jgallinari@bastion -W %h:%pThen ssh remote1 should do it.