Skip to content

Instantly share code, notes, and snippets.

View soulaway's full-sized avatar

Dmitry Soloviev soulaway

View GitHub Profile
@soulaway
soulaway / gist:5b995cafa8ac31f773da01cd33de7246
Created July 16, 2018 10:15 — forked from mgedmin/gist:9547214
Setting up a Jenkins slave on Linux
# This is how you add a Jenkins slave
# On master:
sudo -u jenkins -H ssh-keygen
# On slave
adduser --system --group --home=/var/lib/jenkins-slave --no-create-home --disabled-password --quiet --shell /bin/bash jenkins-slave
install -d -o jenkins-slave -g jenkins-slave /var/lib/jenkins-slave
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Austrian Association for Software Tool Integration (AASTI)
under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright
ownership. The AASTI licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
soul-winlinx-host@birdwinhost:~/.ssh$ ssh staging-wallet-api.waterfall.com
Last login: Mon Jan 22 16:24:34 2018 from 10.110.0.65
__| __|_ )
_| ( / Amazon Linux AMI
___|\___|___|
https://aws.amazon.com/amazon-linux-ami/2017.09-release-notes/
5 package(s) needed for security, out of 9 available
Run "sudo yum update" to apply all updates.
<?xml version="1.0" encoding="UTF-8"?>
<dynamiccontent>
<response>Response message</response>
<endSession>true</endSession>
</dynamiccontent>